archestra
by archestra-ai
Secure gateway for MCP, A2A, LLM; MCP registry & orchestrator
2,636stars
210forks
TypeScript
Added 12/27/2025
AI Agentsa2aa2a-mcpacpagentaichatgptchatgpt-apiclaudedeepseekgeminik8smcpmcp-clientmcp-gatewaymcp-hostmcp-servermcp-serversmcp-toolsopenairuntime
Installation
# Add to your Claude Code skills
git clone https://github.com/archestra-ai/archestraMCP-native Secure AI Platform
Simplify AI usage in your company, providing user-friendly MCP toolbox, observability and control built on a strong security foundation.
<div align="center">
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/archestra-ai/archestra"/>
<img alt="Github Last Commit" src="https://img.shields.io/github/last-commit/archestra-ai/archestra"/>
For Platform teams:
- Mitigate MCP chaos, move MCP servers from individual machines to a centralized orchestrator
- Manage how MCP access data and credentials usage
- Mitigate data exfiltration risks
- Manage AI costs
- AI Observability
For Developers:
- Deploy your MCP servers org-wide
- Build and deploy agents without worrying about security
For Management:
- Bring 1-click MCP adoption to the whole organization for technical and non-technical users
- Reduce AI costs up to 96%
- Get full visibility on AI adoption, usage and data access
🚀 Quickstart with docker
docker pull archestra/platform:latest;
docker run -p 9000:9000 -p 3000:3000 \
-e ARCHESTRA_QUICKSTART=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;
<picture>
<source
media="(prefers-color-scheme: dark)"
srcset="
https://api.star-history.com/svg?repos=archestra-ai/archestra&type=Date&theme=dark
"
/>
<source
media="(prefers-color-scheme: light)"
srcset="
https://api.star-history.com/svg?repos=archestra-ai/archestra&type=Date
"
/>
<img
alt="Star History Chart"
src="https://api.star-history.com/svg?repos=archestra-ai/archestra&type=Date"
/>
</picture>
👩💻 ChatGPT-like chat with MCPs
🎁 with private company-wide prompt registry!
<div align="center"> <img src="docs/assets/chat.png" alt="ChatGPT-like chat" /> </div>📋 Private MCP registry with governance
Add MCPs to your private registry to share them with your team: self-hosted and remote, self-built and third-party.
Learn more about Private MCP Registry →
<div align="center"> <img src="docs/assets/mcp-registry.png" alt="MCP Registry" /> </div>☁️ Kubernetes-native MCP orchestrator
Run MCP servers in kubernetes, managing their state, API keys, OAuth.
...