AgentRPC is a universal RPC layer for AI agents that connects functions across network boundaries and languages, enabling seamless integration with private VPCs, Kubernetes clusters, and multi-cloud environments through MCP and OpenAI-compatible interfaces.
Launches an MCP-compliant server for external AI models to interact with your registered tools.
{
"mcpServers": {
"agentrpc": {
"command": "npx",
"args": ["-y", "agentrpc", "mcp"],
"env": {
"AGENTRPC_API_SECRET": "<YOUR_API_SECRET>"
}
}
}
}