
agentor
by CelestoAI·★ 180·Score 48
Agentor is a comprehensive framework for building and deploying AI agents with MCP server capabilities, tools, and agent-to-agent communication.
Overview
Agentor is an open-source platform that provides a complete solution for developing AI agents with MCP (Model Context Protocol) integration. It offers LiteMCP, a FastAPI-compatible MCP server implementation with decorator API, allowing developers to build custom MCP servers easily. The framework supports agent-to-agent communication through its A2A protocol, agent skills for specialized tasks, and deployment options including serverless hosting. Agentor can be used with various LLM providers and provides observability features for monitoring agent performance.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Agentor if you need a production-ready MCP server that integrates directly with FastAPI applications and want to deploy AI agents with skills and tools to a scalable platform.
When NOT to choose this
Avoid Agentor if you need a standalone MCP server without FastAPI integration or if you prefer an open-source deployment solution without vendor lock-in to Celesto's platform.
Tools this server exposes
3 tools extracted from the READMEGetWeatherToolGet weather information for a specific location
ShellToolExecute shell commands in a secure environment
get_weatherget_weather(location: str) -> strGet weather information for a specified location
Comparable tools
Installation
pip install agentorFor Claude Desktop integration, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"agentor": {
"command": "python",
"args": ["-m", "agentor.mcp"]
}
}
}FAQ
- What is the difference between LiteMCP and FastMCP?
- LiteMCP is a native ASGI app that integrates directly with FastAPI using standard patterns, while FastMCP requires mounting as a sub-application, diverging from standard FastAPI primitives. LiteMCP also has built-in CORS support and allows for custom methods.
- Can I use Agentor with different LLM providers?
- Yes, Agentor supports various LLM providers including OpenAI (gpt-5-mini), Google (gemini/gemini-2.5-pro, gemini/gemini-3-flash-preview), and Anthropic (anthropic/claude-3.5).
On Hacker News
Recent discussion from the developer community.
- Story by theaniketmaurya · 2025-10-12
Compare agentor with
Last updated · Auto-generated from public README + GitHub signals.