Archestra — Summary
Archestra is a CNCF/Linux Foundation-hosted enterprise AI platform providing a private MCP registry, Kubernetes-native MCP orchestrator, RAG knowledge base, dual-LLM security sub-agents, cost monitoring/optimization, and full observability (metrics, traces, logs). It runs as a Docker Compose or Helm-deployed service pair (Next.js frontend on port 3000, Fastify backend on port 9000) and positions itself as the "ChatGPT-like interface + MCP governance layer" for organizations. Its non-probabilistic security engine prevents prompt injection and data exfiltration by isolating dangerous tool responses through dual-LLM sub-agents. Cost optimizer can reduce token spend up to 96% by automatically switching to cheaper models for simpler tasks.
Compared to seeds: unlike ccmemory (a single Neo4j-backed MCP memory server) or taskmaster-ai (a task-management MCP bundler), Archestra is a full enterprise AI platform — it manages the entire lifecycle of MCP servers across an organization including registration, governance, Kubernetes deployment, credential management, and cost control. The closest analogy is ContextForge (also an MCP gateway) but Archestra adds a chat UI, RAG knowledge base, RBAC with custom roles, and Kubernetes operator — making it closer to an internal AI cloud platform than a pure proxy.