I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

agent
Une couche RPC universelle pour les agents d'IA. Connectez-vous à n'importe quelle fonction, n'importe quelle langue, n'importe quel cadre, en quelques minutes.
3 years
Works with Finder
0
Github Watches
13
Github Forks
55
Github Stars
AgentRPC
Universal RPC layer for AI agents across network boundaries and languages
Overview
AgentRPC allows you to connect to any function, in any language, across network boundaries. It's ideal when you have services deployed in:
- Private VPCs
- Kubernetes clusters
- Multiple cloud environments
AgentRPC wraps your functions in a universal RPC interface, connecting them to a hosted RPC server accessible through open standards:
- Model Context Protocol (MCP)
- OpenAI-compatible tool definitions (OpenAI, Anthropic, LiteLLM, OpenRouter, etc.)
How It Works
- Registration: Use our SDK to register functions and APIs in any language
- Management: The AgentRPC platform (api.agentrpc.com) registers the function and monitors its health
- Access: Receive OpenAPI SDK compatible tool definitions and a hosted MCP server for connecting to compatible agents
Key Features
Feature | Description |
---|---|
Multi-language Support | Connect to tools in TypeScript, Go, Python and .NET (coming soon) |
Private Network Support | Register functions in private VPCs with no open ports required |
Long-running Functions | Long polling SDKs allow function calls beyond HTTP timeout limits |
Full Observability | Comprehensive tracing, metrics, and events for complete visibility |
Automatic Failover | Intelligent health tracking with automatic failover and retries |
Framework Compatibility | Out-of-the-box support for MCP and OpenAI SDK compatible agents |
Getting Started
Quick Start
Follow the quick start example on our docs site.
Examples
Explore working examples in the examples directory.
MCP Server
The AgentRPC TypeScript SDK includes an optional MCP (Model Context Protocol) server.
ANGENTRPC_API_SECRET=YOUR_API_SECRET npx agentrpc mcp
This launches an MCP-compliant server for external AI models to interact with your registered tools.
Claude Desktop Integration
Add to your claude_desktop_config.json
:
{
"mcpServers": {
"agentrpc": {
"command": "npx",
"args": [
"-y",
"agentrpc",
"mcp"
],
"env": {
"AGENTRPC_API_SECRET": "<YOUR_API_SECRET>"
}
}
}
}
Cursor Integration
Add to your ~/.cursor/mcp.json
:
{
"mcpServers": {
"agentrpc": {
"command": "npx",
"args": ["-y", "agentrpc", "mcp"],
"env": {
"AGENTRPC_API_SECRET": "<YOUR_API_SECRET>"
}
}
}
}
License
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
This repository contains all the open-source components and SDKs for AgentRPC.
相关推荐
Confidential guide on numerology and astrology, based of GG33 Public information
A geek-themed horoscope generator blending Bitcoin prices, tech jargon, and astrological whimsy.
Advanced software engineer GPT that excels through nailing the basics.
A medical specialist offering assistance grounded in clinical guidelines. Disclaimer: This is intended for research and is NOT safe for clinical use!
Découvrez la collection la plus complète et la plus à jour de serveurs MCP sur le marché. Ce référentiel sert de centre centralisé, offrant un vaste catalogue de serveurs MCP open-source et propriétaires, avec des fonctionnalités, des liens de documentation et des contributeurs.
Manipulation basée sur Micropython I2C de l'exposition GPIO de la série MCP, dérivée d'Adafruit_MCP230XX
Une passerelle API unifiée pour intégrer plusieurs API d'explorateur de blockchain de type étherscan avec la prise en charge du protocole de contexte modèle (MCP) pour les assistants d'IA.
Miroir dehttps: //github.com/suhail-ak-s/mcp-typeseense-server
本项目是一个钉钉 MCP (Protocole de connecteur de message) 服务 , 提供了与钉钉企业应用交互的 API 接口。项目基于 Go 语言开发 , 支持员工信息查询和消息发送等功能。
La communauté du curseur et de la planche à voile, recherchez des règles et des MCP
Reviews

user_FyX18cuW
I've been using agentrpc for some time now and I must say it's incredibly efficient. The tool simplifies remote procedure calls, making my development process much smoother. The documentation is clear and the setup is straightforward. Kudos to the agentrpc team for this amazing product! Highly recommend checking it out if you're looking for a reliable RPC solution.