Back to MCP Servers

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.

aggregatorsrustaiagent

Installation

npx -y agenium

Configuration

{
  "mcpServers": {
    "agenium": {
      "command": "npx",
      "args": ["-y", "agenium"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub