MCP Catalogs
Homeagentor screenshot

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.

ai-llmdeveloper-toolscommunication
36
Forks
4
Open issues
2 mo ago
Last commit
2d ago
Indexed

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:

you:Building custom MCP servers with FastAPI compatibility
you:Creating and deploying AI agents with specialized skills
you:Implementing agent-to-agent communication protocols
you:What is the difference between LiteMCP and FastMCP?
you:Can I use Agentor with different LLM providers?

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 README
  • GetWeatherTool

    Get weather information for a specific location

  • ShellTool

    Execute shell commands in a secure environment

  • get_weatherget_weather(location: str) -> str

    Get weather information for a specified location

Comparable tools

fastmcpnexus-aiolangflowllama-agentsautogen

Installation

pip install agentor

For 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.

Compare agentor with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.