--- title: "Quickstart" description: "Start Mcpjungle gateway, register your first MCP server, and connect a client — all in under 5 minutes." --- This quickstart guide will show you how to: 1. Start the mcpjungle server locally using `docker compose` 2. Add the [context7](https://context7.com/) MCP server in mcpjungle 3. Connect your Claude Desktop to mcpjungle to access tools ## Start the server Fetch the `docker-compose.yaml` and start the mcpjungle server: ```bash curl -O https://raw.githubusercontent.com/mcpjungle/MCPJungle/refs/heads/main/docker-compose.yaml docker compose up -d ``` This exposes mcpjungle's streamable http mcp server at `http://localhost:8080/mcp` by default. ## Add an MCP server 1. Download the `mcpjungle` CLI on your local machine either using brew or directly from the [Releases Page](https://github.com/mcpjungle/MCPJungle/releases). ```bash brew install mcpjungle/mcpjungle/mcpjungle ``` 2. Add the context7 MCP server to mcpjungle using the CLI: ```bash mcpjungle register --name context7 --url https://mcp.context7.com/mcp ``` You should see output similar to this: