Claude Skill
archestra-ai/archestra
Open-source, secure cloud-native platform for MCP registry, gateway, and orchestration. Enables enterprise-grade A2A, LLM integration, and intelligent security for AI agents and tools.
Overview
Repository
Install this Skill
docker run -p 9000:9000 -p 3000:3000 \Registry
Summary
Archestra is a secure, cloud-native platform that functions as an MCP (Model Context Protocol) registry, gateway, and orchestrator. It is designed for enterprise use, providing intelligent, secure orchestration for MCP, A2A (Agent-to-Agent), and LLM integrations within a Kubernetes-native environment.
ClawdBot/MoldBot/OpenClaw 企业版。智能体化安全、MCP、A2A、LLM;MCP 注册中心与编排器
Key features
- Secure MCP Registry & Gateway
- Cloud-Native Kubernetes Orchestration
- Enterprise-Grade A2A & LLM Integration
- Intelligent Security & Compliance
- Multi-LLM Support (Claude, ChatGPT, Gemini, etc.)
- MCP Server & Tool Management
Use cases
- Enterprise AI Agent Orchestration
- Secure MCP Tool Deployment & Governance
- Building Multi-LLM Application Platforms
- Cloud-Native AI Infrastructure Management
- A2A Communication & Workflow Automation
- Centralized MCP Server Registry for Teams
README excerpt
# MCP-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"> [](LICENSE) <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"/> [](https://github.com/archestra-ai/archestra/graphs/contributors) <p align="center"> <a href="https://www.archestra.ai/docs/platform-quickstart">Getting Started</a> - <a href="https://github.com/archestra-ai/archestra/releases">Releases</a> - <a href="https://archestra.ai/join-slack">Slack Community</a> </p> </div> _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; ``` [Full Quickstart Guide →](https:/