MCP Directory
Back

agentor

by CelestoAI · Python · ★ 187

Open source version of Claude Managed Agents. Fastest way to build and deploy reliable AI agents, MCP tools and agent-to-agent.

#agents#ai-agents#ai-assistant#ai-tools#llms#mcp#mcp-server#text-generation

Install

pip install git+https://github.com/CelestoAI/agentor.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "agentor": {
      "command": "uvx",
      "args": [
        "git+https://github.com/CelestoAI/agentor.git"
      ]
    }
  }
}

From the README

[](https://pypi.org/project/agentor/) [](https://github.com/CelestoAI/agentor/actions/workflows/test.yml) [](https://opensource.org/licenses/Apache-2.0) Fastest way to build and deploy long-running AI agents—with durability, observability, and security. Docs | Examples JavaScript/TypeScript SDK: Gatekeeper SDK docs | Feature | Description | Docs |---------------------------|------------------------------------------|-----------------------| | 🚀 MCP & tool security | The only **full FastAPI compatible** MCP Server wit…
Read full README on GitHub →

Related ai & ml servers