Developer Tools
Trust: 39/100 (Limited)io.github.Aganium/mcp-server Guide
Bridge MCP servers to the AGENIUM agent:// network with DNS resolution and mTLS
2 starsby Aganium
Quick Start
Install
npx @agenium/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-aganium-mcp-server": {
"command": "npx",
"args": [
"@agenium/mcp-server"
]
}
}
}