
Archestra is an AGPL-3.0 licensed enterprise MCP platform that provides a hybrid LLM gateway plus MCP orchestrator plus chat UI in one stack. Its distinguishing feature is that the orchestrator spawns each MCP server as an isolated Kubernetes pod, which provides strong process isolation but makes the platform effectively Kubernetes-dependent in practice.
AGPL-3.0 is a strong copyleft license. Internal self-hosted use without redistribution does not trigger source-disclosure obligations, so private enterprise deployments are unencumbered. Exposing a modified version as a public or customer-facing network service triggers the AGPL network clause and requires source publication.
Kubernetes-first. The orchestrator uses Kubernetes APIs to schedule MCP pods, which means Docker Swarm is not a supported target in practice — the "K8s-only" constraint is architectural, not packaging.
Kubernetes-native teams that want a single vendor to cover LLM proxy, MCP orchestration, and chat UI under one roof, and that are comfortable with AGPL-3.0 for internal use. Not a fit for Docker Swarm or Docker-only deployments.
Archestra exposes Prometheus metrics for LLM token usage, request latency, tool blocking events, and system performance monitoring.
Archestra exports metrics to Prometheus and provides pre-configured Grafana dashboards for monitoring LLM token usage, request latency, and tool blocking events.