A

Aganium/agenium

ServersMIT

Overview

Aganium bridges MCP servers to the agent:// network, enabling DNS-like identity, discovery, and trust for AI agents. It makes tools discoverable and callable via agent:// URIs with mTLS, trust scores, and capability search.

Capabilities

  • database integration
  • github integration
  • workflow automation support

Best For

Aganium connects MCP servers to the agent:// network, offering AI agent identity, discovery, and secure tool access via agent:// URIs.

Decision Snapshot

Install

detected in docs

Usage

available

Docs

2 links

Capabilities

3 key capabilities detected

  • • GitHub stars: 2
  • • Forks: 1
  • • Source provenance count: 1
  • • Last seen: 4/15/2026
  • • Published: 3/15/2026

Usage

const client = new AgeniumClient({ && // Required && apiKey: 'dom_xxx',           // Your marketplace API key && agentUri: 'agent://myname',  // Your agent URI

Features

  • **agent:// Protocol** — Unique agent identity via URI scheme
  • **DNS Resolution** — Discover agents by name (agent://name → endpoint)
  • **Stateful Sessions** — SQLite-backed persistent sessions
  • **At-Least-Once Delivery** — Outbox pattern for reliable messaging
  • **Circuit Breakers** — Automatic failure detection and recovery
  • **Prometheus Metrics** — Built-in observability
  • Visit marketplace.agenium.net
  • Register a domain name (e.g., agent://myagent)

Use Cases

  • Capability coverage: database integration; github integration.

Supported Clients / Integrations

  • database integration
  • github integration
  • workflow automation support

Compatibility Signals

  • GitHub: supports (Detected in parser config/capability hints.)

Prompt Examples

example

const client = new AgeniumClient({ && // Required && apiKey: 'dom_xxx', // Your marketplace API key && agentUri: 'agent://myname', // Your agent URI

Notes / Requirements

  • Primary language: TypeScript/JavaScript
  • License: MIT
  • Documentation coverage: medium
  • Parser coverage score: 1.00
  • Source feeds: Awesome MCP Servers (punkpeye)
  • Topic cluster: general

Official Links

Source Information

Community: 2 stars
Last Updated: Apr 15, 2026
TypeScript/JavaScriptMIT

You can verify all information on this page against the source repository above.

Related MCP Tools

What To Do Next

Continue from this tool into a workflow and a learn guide to shorten implementation time.