Docker Compose for Model Context Protocol servers. Run multiple MCP servers with unified configuration, HTTP proxy, and container orchestration.
Mcp compose mcp server connects MCP Compose to AI assistants that speak the Model Context Protocol. Docker Compose for Model Context Protocol servers. Run multiple MCP servers with unified configuration, HTTP proxy, and container orchestration.
Docker Compose for Model Context Protocol servers. Run multiple MCP servers with unified configuration, HTTP proxy, and container orchestration.
Once connected, the assistant can call these 3 tools directly:
Proxy — The Proxy tool exposed by this serverDashboard — The Dashboard tool exposed by this serverConfiguration — The Configuration tool exposed by this serverThe server is distributed via npm as args, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 4 environment variables: BRAVE_API_KEY, MY_API_KEY, MCP_API_KEY, OAUTH_CLIENT_SECRET. Keep credentials in your client's env block or a secrets manager rather than committing them.
Cloud and DevOps servers put infrastructure on speaking terms with your assistant, so "why is this broken?" is answered from real state rather than a generic checklist. MCP Compose sits in that group, and the shape of its toolset — Proxy, Dashboard, Configuration — tells you what it is really for. Worth comparing against the other cloud devops servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Proxy | The Proxy tool exposed by this server. |
| Dashboard | The Dashboard tool exposed by this server. |
| Configuration | The Configuration tool exposed by this server. |
{
"mcpServers": {
"compose": {
"command": "npx",
"args": ["-y", "args"],
"env": {
"BRAVE_API_KEY": "your-value",
"MY_API_KEY": "your-value",
"MCP_API_KEY": "your-value",
"OAUTH_CLIENT_SECRET": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| BRAVE_API_KEY | Credential the server authenticates with. | Yes |
| MY_API_KEY | Credential the server authenticates with. | Yes |
| MCP_API_KEY | Credential the server authenticates with. | Yes |
| OAUTH_CLIENT_SECRET | Credential the server authenticates with. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.