Skip to content
MCP Server Community By @Aganium

Aganium/agenium

πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Bridge any MCP server to the agent:// network β€” DNS-like identity, discovery, and trust for AI agents. Makes your tools discoverable and callable by other agents via `agent://` URIs with mTLS, trust scores, and capability search.

New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.

Install guide β†’
Connected Apps: Aganium/agenium Claude Desktop

Installation Guide

Run command: npx -y @modelcontextprotocol/server-aganium-agenium

Detailed Documentation

πŸ“‡ ☁️ 🍎 πŸͺŸ 🐧 - Bridge any MCP server to the agent:// network β€” DNS-like identity, discovery, and trust for AI agents. Makes your tools discoverable and callable by other agents via agent:// URIs with mTLS, trust scores, and capability search.

Configuration

{
  "mcpServers": {
    "aganium-agenium": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-aganium-agenium"
      ],
      "env": {}
    }
  }
}