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