- To run the Mcpjungle gateway server, which manages all upstream MCPs and serves the HTTP API & MCP endpoints
- As a CLI client to manage the mcpjungle server and interact with the mcp gateway
- Homebrew
- Docker
- Binary
Homebrew is the recommended installation method on macOS and Linux.Verify the installation:
Server
You can use the binary to run the server directly on your host:Configure a custom registry URL
By default, the CLI connects to Mcpjungle athttp://127.0.0.1:8080. If your server runs on a different host or port, configure the registry URL in one of two ways:
- --registry flag
- Config file
Pass the URL inline with every command:
Next steps
Deploy with Docker
Choose the right Docker path for local development or a shared deployment.
Core Concepts
Understand the difference between the CLI, the gateway, upstream MCP servers, and groups.
Add a streamable HTTP MCP server
Register a remote MCP server and expose it through mcpjungle.
Add a STDIO MCP server
Register a local STDIO-based MCP server and expose it through mcpjungle.
