Back to directory
agentrpc

agentrpc

@agentrpc130

AgentRPC is a universal RPC layer for AI agents, enabling them to connect to any function in any language across network boundaries. It wraps your functions in a universal RPC interface and provides a hosted Model Context Protocol (MCP) server, ideal for integrating services deployed in private VPCs, Kubernetes clusters, or multiple cloud environments.

AIRPCAgentToolingcontext

Installation & Configuration

{
  "agentrpc": {
    "command": "npx",
    "args": [
      "-y",
      "agentrpc",
      "mcp"
    ],
    "env": {
      "AGENTRPC_API_SECRET": "<YOUR_API_SECRET>"
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2025/3/16
Updated
2026/6/7