Archestra is a platform/control-plane entry, not a single-purpose local MCP helper; admins can expose many MCP servers, agents, tools, and credentials through one gateway., The upstream quickstart mounts the host Docker socket so the platform can run MCP servers; treat that as highly privileged host access and avoid using it on sensitive machines without isolation., Self-hosted MCP servers may run as Kubernetes workloads with injected environment variables, secrets, images, network policies, and restart controls., Tool assignments, gateway visibility, credential resolution, custom headers, and load-tools-on-demand settings should be reviewed per team and environment., Deterministic tool guardrails can reduce some unsafe tool chains, but they depend on correct policies and do not make untrusted MCP servers safe by default.
Privacy notes
MCP server definitions, tool schemas, gateway tokens, upstream credentials, OAuth tokens, API keys, custom headers, logs, traces, and tool results may be stored or processed by the platform., Built-in observability, LLM proxy, chat, agents, and policy features can reveal prompts, tool arguments, tool outputs, token usage, user identities, team membership, and trace metadata., Registry entries and installations can use personal, team-scoped, or shared credentials; choose the narrowest scope that matches the use case., When external MCP clients call an Archestra gateway, downstream tool results can still be sent by the MCP client to the configured model provider.
Author
archestra-ai
Submitted by
oktofeesh1
Claim status
unclaimed
Last verified
2026-06-06
Decision playbook
Review trust signals before you adopt
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
Compare context
Selected
0
Current score
63
Baseline
—
Delta
No baseline selected
No major trust-signal divergence detected in the current selection.
Source and provenance checks
Needs review
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Done
Source provenance statusRequired
Marked as source-backed.
Done
Metadata reviewed
No reviewed flag detected in metadata.
Pending
Safety and privacy checks
Complete
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
Review the listed safety guidance before running commands.
Done
Privacy notes presentRequired
Review data handling notes before connecting accounts or secrets.
Done
Trust level risk gateRequired
Trust level does not block evaluation.
Done
Package and install checks
Needs review
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Done
Package verification flag
No package verification flag provided.
Pending
Checksum metadata
No checksum provided for downloaded artifact.
Pending
Compare-driven decision checks
Needs review
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
5 safety and 4 privacy notes across 4 risk areas. Review closely: credentials & tokens, third-party handling.
4 areas
SafetyCredentials & tokensArchestra is a platform/control-plane entry, not a single-purpose local MCP helper; admins can expose many MCP servers, agents, tools, and credentials through one gateway.
SafetyExecution & processesThe upstream quickstart mounts the host Docker socket so the platform can run MCP servers; treat that as highly privileged host access and avoid using it on sensitive machines without isolation.
SafetyCredentials & tokensSelf-hosted MCP servers may run as Kubernetes workloads with injected environment variables, secrets, images, network policies, and restart controls.
SafetyCredentials & tokensTool assignments, gateway visibility, credential resolution, custom headers, and load-tools-on-demand settings should be reviewed per team and environment.
SafetyGeneralDeterministic tool guardrails can reduce some unsafe tool chains, but they depend on correct policies and do not make untrusted MCP servers safe by default.
PrivacyCredentials & tokensMCP server definitions, tool schemas, gateway tokens, upstream credentials, OAuth tokens, API keys, custom headers, logs, traces, and tool results may be stored or processed by the platform.
PrivacyCredentials & tokensBuilt-in observability, LLM proxy, chat, agents, and policy features can reveal prompts, tool arguments, tool outputs, token usage, user identities, team membership, and trace metadata.
PrivacyCredentials & tokensRegistry entries and installations can use personal, team-scoped, or shared credentials; choose the narrowest scope that matches the use case.
PrivacyThird-party handlingWhen external MCP clients call an Archestra gateway, downstream tool results can still be sent by the MCP client to the configured model provider.
Safety notes
Archestra is a platform/control-plane entry, not a single-purpose local MCP helper; admins can expose many MCP servers, agents, tools, and credentials through one gateway.
The upstream quickstart mounts the host Docker socket so the platform can run MCP servers; treat that as highly privileged host access and avoid using it on sensitive machines without isolation.
Self-hosted MCP servers may run as Kubernetes workloads with injected environment variables, secrets, images, network policies, and restart controls.
Tool assignments, gateway visibility, credential resolution, custom headers, and load-tools-on-demand settings should be reviewed per team and environment.
Deterministic tool guardrails can reduce some unsafe tool chains, but they depend on correct policies and do not make untrusted MCP servers safe by default.
Privacy notes
MCP server definitions, tool schemas, gateway tokens, upstream credentials, OAuth tokens, API keys, custom headers, logs, traces, and tool results may be stored or processed by the platform.
Built-in observability, LLM proxy, chat, agents, and policy features can reveal prompts, tool arguments, tool outputs, token usage, user identities, team membership, and trace metadata.
Registry entries and installations can use personal, team-scoped, or shared credentials; choose the narrowest scope that matches the use case.
When external MCP clients call an Archestra gateway, downstream tool results can still be sent by the MCP client to the configured model provider.
Prerequisites
Docker for local evaluation, or Kubernetes and Helm/Terraform-style deployment planning for production use.
Organization policy for which MCP servers, credentials, teams, environments, and external network destinations may be exposed.
LLM provider keys or local model configuration if using Archestra's built-in chat, agents, or LLM proxy features.
Admin review of the quickstart container command before mounting the Docker socket.
Scoped gateway token and copied MCP gateway URL from Archestra before connecting Claude or another external MCP client.
Schema details
Install type
cli
Troubleshooting
No
Source repository stats
Scope
Source repo
Collection metadata
Estimated setup
45 minutes
Difficulty
advanced
Full copyable content
docker pull archestra/platform:latest
About this resource
Content
Archestra is an MCP-native platform for teams that want a private MCP registry,
managed MCP gateway endpoints, and runtime governance for shared AI tools. It
lets admins approve MCP servers, create installations with personal or
team-scoped credentials, assign selected tools to gateway endpoints, and connect
clients such as Claude, Cursor, Open WebUI, or custom agents to those curated
MCP surfaces.
The project is source-available under AGPL-3.0 and ships a Docker-based
quickstart. Its MCP Orchestrator can run self-hosted MCP servers in Kubernetes,
while remote MCP servers can be registered and exposed through gateways without
Archestra owning their runtime.
These sources were reviewed on 2026-06-06. Prefer the live repository,
README, platform package metadata, example environment, quickstart, MCP gateway
docs, private registry docs, orchestrator docs, tool guardrail docs,
observability docs, deployment docs, and Docker Hub page for current setup,
runtime, authentication, and deployment behavior.
Features
Curate approved MCP servers in a private organization registry.
Expose selected tools through named MCP gateway endpoints.
Connect external MCP clients with copied gateway URLs and scoped bearer tokens.
Install personal or team-scoped MCP connections with static credentials,
OAuth, client credentials, enterprise token exchange, or JWKS-based identity.
Run self-hosted MCP servers in Kubernetes through the MCP Orchestrator.
Support stdio and streamable-http server transports for self-hosted MCP
workloads.
Assign tools explicitly or resolve credentials at call time based on caller
identity.
Use access control, team visibility, environment restrictions, egress policy,
observability, and deterministic tool call/result guardrails.
Installation
Start from the upstream quickstart or deployment docs. For local evaluation, the
published image can be pulled with:
docker pull archestra/platform:latest
After Archestra is running, create or install MCP registry entries, assign the
approved tools to an MCP gateway, and copy the generated client configuration.
A sanitized client configuration looks like:
Review the upstream deployment docs before production use, especially Docker
socket access, Kubernetes permissions, secrets storage, identity provider
settings, network policy, and gateway token scope.
Use Cases
Give a team one approved MCP gateway instead of many individual desktop MCP
configs.
Separate approved registry templates from each user's or team's actual
credentialed installation.
Run self-hosted MCP servers in Kubernetes with logs, status, secrets, and
restart controls.
Expose different tool sets for engineering, support, operations, or internal
agents.
Apply deterministic policy to risky tool chains, prompt-injection exposure,
and sensitive tool results.
Safety and Privacy
Archestra centralizes MCP access, which makes its admin and runtime boundaries
important. The quickstart's Docker socket mount gives the platform privileged
control over the host Docker daemon. Use an isolated evaluation host, review
container permissions, and prefer hardened Kubernetes deployment patterns for
shared environments.
Credential resolution is a major part of the platform. Be explicit about
personal versus team-scoped installs, gateway visibility, bearer token scope,
header passthrough, OAuth refresh, external identity exchange, and network
egress. Observability is useful, but logs and traces can include sensitive MCP
tool metadata, prompts, arguments, results, user IDs, and team context.
Duplicate Check
No archestra-ai/archestra entry, Archestra MCP Platform entry, Archestra MCP
gateway entry, or matching source URL was found in content/mcp.
Show that Archestra MCP Platform is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.
[](https://heyclau.de/entry/mcp/archestra-mcp-platform)
How it compares
Archestra MCP Platform side by side with 3 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
Open-source AI gateway that can connect to downstream MCP servers and expose their aggregated tools through a single HTTP or SSE MCP endpoint for Claude Desktop, Cursor, and other MCP clients.
Docker's MCP CLI plugin and gateway for running catalog, OCI, registry, or local-file MCP servers in containers and exposing them to Claude, Cursor, VS Code, and other MCP clients through a shared gateway profile.
Dashboard, CLI, and gateway for centrally managing many MCP servers and exposing them as authenticated all-server, group, single-server, or smart routing endpoints.
✓Archestra is a platform/control-plane entry, not a single-purpose local MCP helper; admins can expose many MCP servers, agents, tools, and credentials through one gateway.
The upstream quickstart mounts the host Docker socket so the platform can run MCP servers; treat that as highly privileged host access and avoid using it on sensitive machines without isolation.
Self-hosted MCP servers may run as Kubernetes workloads with injected environment variables, secrets, images, network policies, and restart controls.
Tool assignments, gateway visibility, credential resolution, custom headers, and load-tools-on-demand settings should be reviewed per team and environment.
Deterministic tool guardrails can reduce some unsafe tool chains, but they depend on correct policies and do not make untrusted MCP servers safe by default.
✓Bifrost can expose all selected downstream MCP tools through one `/mcp` gateway endpoint, so treat the endpoint like an access layer for every connected tool.
The docs state that default LLM tool calls are suggestions until an explicit tool execution API call is made, but agent mode can enable configured automatic execution.
Gateway-mode auto-approval is controlled by the external MCP host, such as Claude Desktop, Cursor, Cline, or a custom client, not by Bifrost's `tools_to_auto_execute` setting.
Stdio connections spawn local commands inside the Bifrost runtime; Docker deployments need images that include the requested executables.
Use virtual keys, per-tool allowlists, auth headers, OAuth, per-user credentials, and network controls to limit which clients can reach high-impact tools.
✓Docker MCP Gateway can start and route multiple MCP servers, so each connected client inherits the permissions of every enabled server and tool.
Container isolation reduces host exposure, but Docker Engine or Docker socket access is still highly privileged and should be limited to trusted users.
The gateway supports tool allowlists, CPU limits, memory limits, network blocking, secret blocking, image signature verification, and interceptors; review defaults before production use.
Catalog, profile, local-file, and registry references can change which servers run behind the gateway, especially when watch mode or shared profiles are enabled.
Tool-call logging is enabled by default in the documented flags, so avoid routing secrets or sensitive payloads unless logging and retention are controlled.
✓MCPHub centralizes many downstream MCP servers, so one hub endpoint can expose broad read, write, file, shell, browser, database, or account capabilities depending on the registered servers.
The Docker command binds the dashboard and gateway to 127.0.0.1 by default; use a reverse proxy with TLS and explicit access controls before exposing MCPHub on a network interface.
MCP endpoints require authentication by default; do not disable bearer authentication outside trusted local testing.
Smart routing can discover and invoke tools by semantic similarity, so keep group visibility and bearer-key scopes narrow.
Hot-swappable configuration can add, remove, or change downstream MCP server access while the hub is running.
OAuth server mode, OAuth client mode, social login, and database mode introduce additional credential and session management responsibilities.
Privacy notes
✓MCP server definitions, tool schemas, gateway tokens, upstream credentials, OAuth tokens, API keys, custom headers, logs, traces, and tool results may be stored or processed by the platform.
Built-in observability, LLM proxy, chat, agents, and policy features can reveal prompts, tool arguments, tool outputs, token usage, user identities, team membership, and trace metadata.
Registry entries and installations can use personal, team-scoped, or shared credentials; choose the narrowest scope that matches the use case.
When external MCP clients call an Archestra gateway, downstream tool results can still be sent by the MCP client to the configured model provider.
✓Bifrost may process provider prompts, model responses, MCP tool names, tool arguments, tool results, headers, virtual keys, OAuth tokens, per-user credentials, logs, traces, metrics, and downstream server metadata.
Per-user auth stores credentials against a signed-in user, virtual key, or session identity; review credential lifecycle, revocation, and orphaned-session behavior.
Logs, config stores, provider settings, MCP sessions, and gateway analytics can contain sensitive operational or user data.
Keep real provider keys, virtual keys, OAuth secrets, MCP endpoint URLs, and upstream service credentials in environment variables or secret stores, not committed config.
✓Docker MCP Gateway may process MCP server definitions, catalog entries, profile exports, local server files, secrets, OAuth tokens, tool names, tool arguments, tool outputs, logs, container metadata, and Docker Engine metadata.
Secrets may come from Docker Desktop secrets or `.env` fallback files; keep those stores out of version control and restrict filesystem permissions.
Tool outputs can include local files, API responses, credentials, account data, or infrastructure details depending on the enabled downstream MCP servers.
Exported profiles and catalogs can reveal internal server names, image references, allowed tools, configuration values, and service endpoints.
✓MCPHub may handle prompts, tool names, tool arguments, tool results, server configs, resource data, bearer keys, OAuth tokens, login sessions, user identities, logs, and CLI command history.
Mounted config files, data directories, database rows, vector indexes, generated passwords, and dashboard screenshots can reveal sensitive server names, environment variables, credentials, and tool schemas.
Downstream MCP servers may forward private workspace, browser, database, cloud, ticketing, or account data through MCPHub to connected clients and model providers.
Do not commit real `mcp_settings.json` files, bearer keys, OAuth secrets, social-login credentials, database URLs, generated admin passwords, or exported hub data.
Prerequisites
Docker for local evaluation, or Kubernetes and Helm/Terraform-style deployment planning for production use.
Organization policy for which MCP servers, credentials, teams, environments, and external network destinations may be exposed.
LLM provider keys or local model configuration if using Archestra's built-in chat, agents, or LLM proxy features.
Admin review of the quickstart container command before mounting the Docker socket.
Node.js with `npx`, Docker, or another supported Bifrost Gateway deployment path.
Bifrost Gateway version `v1.4.0-prerelease1` or newer for MCP gateway mode.
Downstream MCP server commands or HTTP/SSE endpoint URLs prepared before registering clients.
Provider API keys, virtual keys, gateway auth settings, and governance policies reviewed before sharing the endpoint.
Docker Desktop `4.59+` with the MCP Toolkit feature enabled, or the Docker MCP CLI plugin built and installed independently.
Docker Engine access for running containerized MCP servers and the gateway.
MCP server sources prepared from Docker MCP Catalog entries, OCI images, MCP Registry entries, or local YAML/JSON server files.
Profiles feature enabled when using `docker mcp profile` and profile-based gateway runs outside Docker Desktop.
Docker available for the documented container deployment.
A reviewed `mcp_settings.json` file for the MCP servers the hub should launch or proxy.
A durable mounted data directory so credentials, generated passwords, sessions, and state survive restarts.
OpenSSL or another secure random generator available to create a unique administrator password.