AgentRPC
@agentrpc
About AgentRPC
A universal RPC layer for AI agents. Connect to any function, any language, any framework, in minutes.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agentrpc": {
"command": "npx",
"args": [
"agentrpc",
"mcp"
],
"env": {
"ANGENTRPC_API_SECRET": "YOUR_API_SECRET"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AgentRPC?
AgentRPC is a universal RPC layer for AI agents that allows connecting to any function, in any language, across network boundaries. It wraps functions in a universal RPC interface and connects them to a hosted RPC server accessible through the Model Context Protocol (MCP) and OpenAI-compatible tool definitions. It is ideal for services deployed in private VPCs, Kubernetes clusters, or multiple cloud environments.
How to use AgentRPC?
Install the AgentRPC SDK for your language (TypeScript, Go, Python, .NET coming soon), register your functions, then launch the MCP server with AGENTRPC_API_SECRET=YOUR_API_SECRET npx agentrpc mcp. Integrate with Claude Desktop or Cursor by adding the server configuration to their respective JSON config files.
Key features of AgentRPC
- Multi-language support (TypeScript, Go, Python, .NET coming soon)
- Private network support with no open ports required
- Long-running functions via long polling SDKs
- Full observability with tracing, metrics, and events
- Automatic failover and intelligent health tracking
- Framework compatibility with MCP and OpenAI SDK agents
Use cases of AgentRPC
- Connect AI agents to services running in private VPCs
- Orchestrate functions across Kubernetes clusters
- Integrate tools from multiple cloud environments
- Execute long-running functions beyond HTTP timeout limits
FAQ from AgentRPC
What languages does AgentRPC support?
AgentRPC supports TypeScript, Go, and Python, with .NET support coming soon.
How does AgentRPC handle private networks?
AgentRPC uses long polling SDKs that require no open ports, allowing functions in private VPCs to be registered and called securely.
What protocols does AgentRPC support?
AgentRPC supports the Model Context Protocol (MCP) and OpenAI-compatible tool definitions, making it compatible with OpenAI, Anthropic, LiteLLM, OpenRouter, and similar agents.
How do I get started with AgentRPC?
Follow the quick start guide on the AgentRPC documentation site (docs.agentrpc.com/quickstart) and explore working examples in the examples directory.
Is AgentRPC open source?
Yes, AgentRPC is licensed under the Apache License 2.0. The repository contains all open-source components and SDKs.
Frequently asked questions
What languages does AgentRPC support?
AgentRPC supports TypeScript, Go, and Python, with .NET support coming soon.
How does AgentRPC handle private networks?
AgentRPC uses long polling SDKs that require no open ports, allowing functions in private VPCs to be registered and called securely.
What protocols does AgentRPC support?
AgentRPC supports the Model Context Protocol (MCP) and OpenAI-compatible tool definitions, making it compatible with OpenAI, Anthropic, LiteLLM, OpenRouter, and similar agents.
How do I get started with AgentRPC?
Follow the quick start guide on the AgentRPC documentation site (docs.agentrpc.com/quickstart) and explore working examples in the examples directory.
Is AgentRPC open source?
Yes, AgentRPC is licensed under the Apache License 2.0. The repository contains all open-source components and SDKs.
Basic information
More Other MCP servers

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments