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 βInstallation Guide
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": {}
}
}
}