MCPcopy Index your code
hub / github.com/archestra-ai/archestra

github.com/archestra-ai/archestra @platform-v1.2.82

Chat with this repo
repository ↗ · DeepWiki ↗ · release platform-v1.2.82 ↗ · + Follow
14,129 symbols 49,820 edges 3,037 files 2,189 documented · 15% 88 cross-repo links updated todayplatform-v1.3.3 · 2026-07-07★ 3,94635 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
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

Star history

<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=archestra-ai/archestra&type=Date" />


Linux Foundation        CNCF

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Function 9,058
Method 3,370
Class 845
Interface 843
Enum 8
Struct 4
TypeAlias 1

Languages

TypeScript95%
Python4%
Go1%

Modules by API surface

platform/shared/hey-api/clients/api/sdk.gen.ts471 symbols
platform/backend/src/routes/proxy/adapters/openai.ts100 symbols
platform/backend/src/clients/mcp-client.ts100 symbols
platform/backend/src/k8s/mcp-server-runtime/k8s-deployment.ts90 symbols
platform/backend/src/routes/proxy/adapters/bedrock.ts80 symbols
platform/backend/src/models/tool.ts69 symbols
platform/backend/src/models/agent.ts67 symbols
platform/backend/src/routes/proxy/adapters/azure-responses.ts65 symbols
platform/backend/src/agents/chatops/slack-provider.ts65 symbols
platform/backend/src/routes/proxy/adapters/openai-responses.ts64 symbols
platform/backend/src/routes/proxy/adapters/minimax.ts63 symbols
platform/backend/src/routes/proxy/adapters/zhipuai.ts61 symbols

Dependencies from manifests, versioned

github.com/containerd/logv0.1.0 · 1×
github.com/moby/go-archivev0.2.0 · 1×
github.com/moby/patternmatcherv0.6.0 · 1×
github.com/moby/profiles/seccompv0.2.3 · 1×
github.com/moby/sys/mountv0.3.4 · 1×
github.com/moby/sys/mountinfov0.7.2 · 1×
github.com/moby/sys/reexecv0.1.0 · 1×
github.com/moby/sys/sequentialv0.6.0 · 1×
github.com/moby/sys/userv0.4.0 · 1×
github.com/moby/sys/usernsv0.1.0 · 1×

Datastores touched

archestra_devDatabase · 1 repos
dbDatabase · 1 repos
externaldbDatabase · 1 repos
archestraDatabase · 1 repos
(mongodb)Database · 1 repos
mydbDatabase · 1 repos
archestra_dbDatabase · 1 repos
benchDatabase · 1 repos

For agents

$ claude mcp add archestra \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page