Claude Skill
archestra-ai/archestra
开源的、安全的云原生平台,提供 MCP 注册中心、网关和编排功能。支持企业级 A2A、LLM 集成,并为 AI 智能体和工具提供智能安全保障。
概览
仓库信息
安装这个 Skill
docker run -p 9000:9000 -p 3000:3000 \Registry 信息
项目简介
Archestra 是一个安全的云原生平台,充当 MCP(模型上下文协议)注册中心、网关和编排器。专为企业设计,在 Kubernetes 原生环境中为 MCP、A2A(智能体到智能体)和 LLM 集成提供智能、安全的编排能力。
Secure cloud-native MCP registry, gateway & orchestrator (openclaw, clawdbot for enterprises)
要点
- 安全的 MCP 注册中心与网关
- 云原生 Kubernetes 编排
- 企业级 A2A 与 LLM 集成
- 智能安全与合规性
- 多 LLM 支持(Claude、ChatGPT、Gemini 等)
- MCP 服务器与工具管理
使用场景
- 企业 AI 智能体编排
- 安全的 MCP 工具部署与治理
- 构建多 LLM 应用平台
- 云原生 AI 基础设施管理
- A2A 通信与工作流自动化
- 团队集中式 MCP 服务器注册中心
README 摘要
# 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:/