Tool

Orchestrate and manage MCP servers at enterprise scale

Archestra is an open-source enterprise AI platform unifying LLM and MCP gateways, agent runtime, RAG, and SSO/RBAC governance behind one URL.


46
Spark score
out of 100
Updated 5 days ago
Version platform-v1.3.19

Add to Favorites

Why it matters

Deploy and operate Model Context Protocol (MCP) infrastructure across your organization with centralized gateway routing, credential management, cost tracking, and service orchestration for AI integrations.

Outcomes

What it gets done

01

Route MCP requests through a centralized enterprise gateway

02

Manage credentials and access controls for MCP servers

03

Track and control LLM usage costs across integrations

04

Orchestrate multiple MCP services with a unified registry

Install

Add it to your toolbox

Run in your project directory:

curl -fsSL https://spark.entire.vc/get/mcp-archestraai | bash

Overview

Archestra.AI

Archestra is an open-source enterprise AI platform that fronts LLM providers, MCP tools, and an agent runtime behind one governed URL, with SSO/RBAC, cost limits, and observability built in. It bundles a chat UI, developer LLM/MCP portal, agent orchestrator, and RAG connectors. Use it when an organization needs multi-tenant, audited access to LLMs and MCP tools for many users and agents at once. Not needed for a single developer who just wants a local proxy without enterprise governance.

What it does

Archestra.AI is an open-source, all-in-one enterprise AI platform that puts one URL in front of both human users and agents (including Claude, Codex, and Cursor), then routes behind it to an LLM gateway, an MCP gateway, an agent runtime, and a RAG knowledge base. It ships a chat interface for non-technical staff with Slack, MS Teams, and email front-ends, plus a developer portal that issues a single token for coding assistants like Claude Code, Codex, and Cursor. Enterprise governance is built in rather than bolted on: SSO (OIDC, SAML, Okta, Entra), RBAC with role mapping and team sync, secrets management, and per-environment egress and cost limits.

When to use - and when NOT to

Reach for Archestra when an organization needs to give many users and agents access to multiple LLM providers and MCP tools under one governed surface, with audit trails, cost limits, and per-user OAuth instead of shared service accounts. It is built for teams already running single-tenant agent tools - the docs specifically call out a migration path from setups like Claude Cowork, OpenClaw, or Hermes - that now need multi-tenant guardrails. It is not a fit for a single developer who just wants a local LLM proxy without the SSO, RBAC, and observability layer, since the platform's value is concentrated in the enterprise controls rather than raw model access.

Capabilities

  • LLM gateway for Anthropic, OpenAI, Azure, Bedrock, DeepSeek, and other providers, with cost limits, virtual API keys, and dynamic model routing.
  • MCP gateway with OAuth plus On-Behalf-Of authentication, so tools execute as the calling user instead of a shared service identity.
  • A2A gateway for agent-to-agent webhook triggers, plus a private MCP registry so teams can publish their own internal tools.
  • MCP orchestrator with a Kubernetes operator and self-serve environment promotion.
  • Agent runtime supporting scheduled, email, and webhook triggers, sub-agent delegation, reusable skills, sandboxed code execution, and a Kubernetes-native filesystem.
  • Deterministic guardrails for tool calls, Dual-LLM verification, and Lethal Trifecta protections against combined data-exfiltration risk.
  • Built-in observability: OpenTelemetry traces, Prometheus metrics, logs, and per-team cost tracking.

How to install

docker pull archestra/platform:latest

docker run \
  -p 127.0.0.1:9000:9000 -p 127.0.0.1:3000:3000 \
  -e ARCHESTRA_QUICKSTART=true \
  -e ARCHESTRA_BETA=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

Then open the local dashboard on port 3000. Full Docker, Helm, and Kubernetes deployment instructions - including every environment variable and secrets management setup - are covered in the project's deployment docs. A Terraform provider and a Helm chart are both available for production rollouts.

Who it's for

Platform, security, and infrastructure teams at enterprises that need to open up LLM and MCP tool access to many employees and agents at once, without giving up SSO, RBAC, per-environment cost controls, or an audit trail. Fits organizations already past the single-tenant agent-tool stage and looking for multi-tenant, production-grade guardrails - the docs note three Fortune-50 deployments and $13.5M in total funding as evidence of production readiness. Licensed AGPL 3.0, with a separate Enterprise license tier under an Open Core pricing model.

Source README
Archestra

The all-in-one open-source enterprise AI platform.

Built on a strong security and observability foundation: SSO and RBAC,
sandboxed code execution, Dual-LLM and Lethal-Trifecta guardrails,
OpenTelemetry traces, and Prometheus metrics - first-class, not bolted on.

License
Release
Contributors
Last commit
Commit activity

Quickstart  · 
Docs  · 
Releases  · 
Slack



What it does

Point your users - or your agents, or Claude / Codex / Cursor - at one URL. Archestra handles the rest:

Already running dangerous single-tenant agents like Claude Cowork,
OpenClaw, or Hermes in your enterprise? Migration Kit →

Quickstart

docker pull archestra/platform:latest

docker run \
  -p 127.0.0.1:9000:9000 -p 127.0.0.1:3000:3000 \
  -e ARCHESTRA_QUICKSTART=true \
  -e ARCHESTRA_BETA=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

Open http://localhost:3000. Full Docker / Helm / Kubernetes instructions
live in the quickstart docs.

Ready for production

Deeper docs

Thank you for continuously making Archestra better - you're awesome 🫶

Contributors

Linux Foundation        CNCF

FAQ

Common questions

Discussion

Questions & comments · 0

Sign In Sign in to leave a comment.