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.
Quick Start
Clone the repository:
git clone https://github.com/Aganium/ageniumClaude Desktop configuration example:
{
"mcpServers": {
"agenium": {
"command": "npx",
"args": [
"-y",
"Aganium/agenium"
]
}
}
}Check the repository README for specific installation and configuration instructions.