@agenium/mcp-server
Freeby MCP Community
Bridge any MCP server to the agent:// network — make your tools discoverable, callable, and composable by other AI agents.
v0.1.7Added Apr 12, 2026
mcpmodel-context-protocolmcp-servermcp-bridgeagent
@agenium/mcp-server MCP Server
Bridge any MCP server to the agent:// network — make your tools discoverable, callable, and composable by other AI agents.
Installation
npx -y @agenium/mcp-server
Reviews
Installation
Quick install
npx -y @agenium/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@agenium/mcp-server": {
"command": "npx",
"args": ["-y", "@agenium/mcp-server"]
}
}
}