
MCPJungle
Supports UIby mcpjungle
Self-hosted MCP Gateway that aggregates multiple MCP servers into a single unified endpoint for AI clients.
What it does
MCPJungle acts as a centralized control layer for the Model Context Protocol, allowing users and teams to aggregate multiple disparate MCP servers into one single endpoint. It solves the scaling problem where AI clients would otherwise need to connect to every server individually.
Tools
- Registry Management: Register and deregister MCP servers via CLI.
- Tool Grouping: Create subsets of tools to expose to specific clients to improve performance.
- Access Control: Manage which clients can access which servers (Enterprise mode).
- Observability: Integration with OpenTelemetry for monitoring tool usage.
Installation
{
"mcpServers": {
"mcpjungle": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8080/mcp",
"--allow-http"
]
}
}
}
Supported hosts
Claude Desktop, Cursor, Copilot
Quick install
curl -O https://raw.githubusercontent.com/mcpjungle/MCPJungle/refs/heads/main/docker-compose.yaml && docker compose up -dInformation
- Pricing
- free
- Published
- 4/28/2026
- stars






