archestra-ai

archestra

Built by archestra-ai โ€ข 3,539 stars

What is archestra?

Enterprise AI Platform with guardrails, MCP registry, gateway & orchestrator

How to use archestra?

1. Install a compatible MCP client (like Claude Desktop). 2. Open your configuration settings. 3. Add archestra using the following command: npx @modelcontextprotocol/archestra 4. Restart the client and verify the new tools are active.
๐Ÿ›ก๏ธ Scoped (Restricted)
npx @modelcontextprotocol/archestra --scope restricted
๐Ÿ”“ Unrestricted Access
npx @modelcontextprotocol/archestra

Key Features

Native MCP Protocol Support
Real-time Tool Activation & Execution
Verified High-performance Implementation
Secure Resource & Context Handling

Optimized Use Cases

Extending AI models with custom local capabilities
Automating system workflows via natural language
Connecting external data sources to LLM context windows

archestra FAQ

Q

Is archestra safe?

Yes, archestra follows the standardized Model Context Protocol security patterns and only executes tools with explicit user-granted permissions.

Q

Is archestra up to date?

archestra is currently active in the registry with 3,539 stars on GitHub, indicating its reliability and community support.

Q

Are there any limits for archestra?

Usage limits depend on the specific implementation of the MCP server and your system resources. Refer to the official documentation below for technical details.

Official Documentation

View on GitHub
<div align="center"> <img src="logo.svg" alt="Archestra" width="520" />

The all-in-one open-source enterprise AI platform.

Built on a strong security and observability foundation: SSO and RBAC, sandboxed code execution, Dual-LLM and Lethal-Trifecta guardrails, OpenTelemetry traces, and Prometheus metrics โ€” first-class, not bolted on.

License Release Contributors Last commit Commit activity

Quickstart ย ยทย  Docs ย ยทย  Releases ย ยทย  Slack

<br />

<video src="https://github.com/user-attachments/assets/4b278679-9615-4d4a-9bd0-57d0585041c4" controls playsinline width="800"></video>

</div>

What it does

Point your users โ€” or your agents, or Claude / Codex / Cursor โ€” at one URL. Archestra handles the rest:

Already running dangerous single-tenant agents like Claude Cowork, OpenClaw, or Hermes in your enterprise? Migration Kit โ†’

Quickstart

docker pull archestra/platform:latest

docker run \
  -p 127.0.0.1:9000:9000 -p 127.0.0.1:3000:3000 \
  -e ARCHESTRA_QUICKSTART=true \
  -e ARCHESTRA_BETA=true \
  -v /var/run/docker.sock:/var/run/docker.sock \
  -v archestra-postgres-data:/var/lib/postgresql/data \
  -v archestra-app-data:/app/data \
  archestra/platform

Open http://localhost:3000. Full Docker / Helm / Kubernetes instructions live in the quickstart docs.

Ready for production

Deeper docs

  • ๐Ÿ“– Platform overview โ€” what's in the box, how the pieces fit together.
  • ๐Ÿ“ Deployment โ€” Docker, Helm, Kubernetes, every env var, secrets management.
  • ๐Ÿ’ฐ Pricing model โ€” Open Core, free for teams under 30 users, enterprise licensing.
  • ๐Ÿ›ก๏ธ Security & bug bounty
  • ๐Ÿค Contributing โ€” set up the dev env, run e2e tests, open a PR.

Thank you for continuously making Archestra better โ€” you're awesome ๐Ÿซถ

<a href="https://github.com/archestra-ai/archestra/graphs/contributors"> <img src="https://contrib.rocks/image?repo=archestra-ai/archestra" alt="Contributors" /> </a>
<div align="center"> <br /> <a href="https://www.archestra.ai/blog/archestra-joins-cncf-linux-foundation"><img src="docs/assets/linux-foundation-logo.webp" height="50" alt="Linux Foundation" /></a> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="https://www.archestra.ai/blog/archestra-joins-cncf-linux-foundation"><img src="docs/assets/cncf-logo.webp" height="50" alt="CNCF" /></a> </div>

Global Ranking

-
Trust ScoreMCPHub Index

Based on codebase health & activity.

Manual Config

{ "mcpServers": { "archestra": { "command": "npx", "args": ["archestra"] } } }