
Agentor
Supports UIby celestoai
Fastest way to build and deploy reliable AI agents, MCP tools, and agent-to-agent communication.
What it does
Agentor is a framework for building and deploying long-running AI agents with built-in durability, observability, and security. It simplifies the creation of MCP servers and enables standardized agent-to-agent (A2A) communication using a JSON-RPC based protocol.
Tools
LiteMCP: A native ASGI app for building custom MCP servers that integrate directly with FastAPI.ShellTool: Allows agents to execute shell commands safely.A2A Protocol: Standardized endpoints for agent discovery and message exchange.
Installation
Add the following to your claude_desktop_config.json (if using as a server):
{
"mcpServers": {
"agentor": {
"command": "python",
"args": ["-m", "agentor.server"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install agentorInformation
- Pricing
- free
- Published
- 4/25/2026
- stars






