π³ MCPJungle π³
@duaraghav8
About π³ MCPJungle π³
One place to manage & connect to all your MCP servers
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"MCPJungle": {
"command": "docker",
"args": [
"compose",
"up",
"-d"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is π³ MCPJungle π³?
π³ MCPJungle π³ is a self-hosted MCP gateway that lets developers and teams manage multiple MCP servers behind a single endpoint. Instead of configuring each AI client separately, you register servers once in MCPJungle and connect Claude, Cursor, Copilot, or custom agents to one unified MCP gateway.
How to use π³ MCPJungle π³?
Start the server via Docker Compose (docker compose up -d), then use the CLI (mcpjungle register) to add MCP servers. Connect clients by pointing them to the streamable HTTP endpoint at http://localhost:8080/mcp. The CLI is available via Homebrew or from the Releases page. Stdio-based servers require a special Docker image tagged latest-stdio.
Key features of π³ MCPJungle π³
- Unified MCP endpoint for all AI clients
- Central server registration and management
- Optional tool groups for scoped tool access
- Access control and observability hooks for shared deployments
- Supports streamable HTTP, stdio, and SSE transports
- Runs locally or as shared team infrastructure
Use cases of π³ MCPJungle π³
- Clean personal MCP setup with one endpoint
- Shared team gateway with centralized tool discovery
- Scoped tool exposure for different clients via tool groups
- Production deployment with PostgreSQL and Docker
FAQ from π³ MCPJungle π³
What database does MCPJungle use?
By default it uses a SQLite file (mcpjungle.db). For production you can configure PostgreSQL via DATABASE_URL or individual env vars.
How do I connect Claude Desktop to MCPJungle?
Add an mcpServers entry in Claude Desktop using npx mcp-remote http://localhost:8080/mcp --allow-http.
What transports does MCPJungle support?
It supports stdio, streamable HTTP, and SSE (SSE support is mentioned as existing but not yet mature).
How do I register a stdio-based MCP server?
Use the CLI command mcpjungle register with the appropriate stdio parameters, and run the server using the latest-stdio Docker image which includes npx and uvx.
What are the current limitations?
The README includes a βCurrent limitationsβ section (not fully shown) that mentions cold-start problems and stateful connections. For the latest info, refer to the official documentation at docs.mcpjungle.com.
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
Codelf
unbugA search tool helps dev to solve the naming things problem.
Nginx UI
0xJackyYet another WebUI for Nginx
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments