Bridge any MCP server to the agent:// network — make your tools discoverable, callable, and composable by other AI agents.
{
"mcpServers": {
"ageniummcp": {
"command": "npx",
"args": [
"-y",
"@agenium/mcp-server"
]
}
}
}