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
By Aganium
Installation
npx -y ageniumConfiguration
{
"mcpServers": {
"agenium": {
"command": "npx",
"args": ["-y", "agenium"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes