Skip to content

gs03-dev/archestra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MCP-native Centralized AI Platform

Simplify AI usage in your company, providing user-friendly MCP toolbox, observability and control built on a strong security foundation.

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

👩‍💻 ChatGPT-like chat with MCPs

🎁 with private company-wide prompt registry!

ChatGPT-like chat

📋 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 →

MCP Registry

☁️ Kubernetes-native MCP orchestrator

Run MCP servers in kubernetes, managing their state, API keys, OAuth.

Learn more about MCP Orchestrator →

MCP Orchestrator

🤖 Security sub-agents

Isolating dangerous tool responses from the main agent to prevent prompt injections.

Learn more about Dual LLM →

Dual-LLM sub-agent

🚫 Non-probabalistic security to prevent data exfiltration

Models could consume prompt injections via MCP uncontrollably (read your inbox, read your GitHub issues, read your customer's inquiries) and follow them resulting in data exfiltration.

Learn more about Dynamic Tools → | The Lethal Trifecta →

Live demo of archestra security engine preventing data leak from the private GitHub repo to the public repo: Archestra Demo

Read more: Simon Willison, The Economist

Examples of hacks: ChatGPT (April 2023), ChatGPT Plugins (May 2023), Google Bard (November 2023), Writer.com (December 2023), Amazon Q (January 2024), Google NotebookLM (April 2024), GitHub Copilot Chat (June 2024), Google AI Studio (August 2024), Microsoft Copilot (August 2024), Slack (August 2024), Mistral Le Chat (October 2024), xAI's Grok (December 2024), Anthropic's Claude iOS app (December 2024), ChatGPT Operator (February 2025), Notion 3.0 (September 2024).

💰 Cost monitoring, limits and dynamic optimization

Per-team, per-agent or per-org cost monitoring and limitations. Dynamic optimizer allows to reduce cost up to 96% by simply switching to cheaper models automatically for simpler tasks.

Learn more about Costs & Limits →

Cost & Limits

📊 Observability

Metrics, traces and logs allowing to come to a conclusion about per-org, per-agent and per-team token and tool usage, and performance.

Learn more about Observability →

Observability

👍 Ready for production

  1. ✅ Lightning fast, 45ms at 95p: Performance & Latency benchmarks →
  2. Terraform provider
  3. Helm Chart →

🚀 Quickstart

Full Quickstart Guide →

  1. Start with Docker
docker pull archestra/platform:latest;
docker run -p 9000:9000 -p 3000:3000 \
  -v archestra-postgres-data:/var/lib/postgresql/data \
  -v archestra-app-data:/app/data \
  archestra/platform;
  1. Open http://localhost:3000

  2. The platform is now running with:

Examples & Integrations:

🤝 Contributing

We welcome contributions from the community!

Thank you for contributing and continuously making Archestra better, you're awesome 🫶



Linux Foundation        CNCF

About

Enterprise-ready MCP gateway, MCP registry & orchestrator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.4%
  • CSS 2.5%
  • Dockerfile 0.4%
  • Shell 0.4%
  • Python 0.2%
  • Smarty 0.1%