# mcpjungle ## Docs - [Core concepts](https://docs.mcpjungle.com/core-concepts.md): Understand the core concepts in mcpjungle to get the most out of it - [Configure mcpjungle's database](https://docs.mcpjungle.com/deployment/database.md): Choose SQLite for local evaluation or PostgreSQL for serious deployments, and configure Mcpjungle with either a full DSN or Postgres-specific environment variables. - [Run mcpjungle with Docker Compose](https://docs.mcpjungle.com/deployment/docker.md): Use Docker Compose to run mcpjungle locally or as a shared deployment. - [Observability with OpenTelemetry](https://docs.mcpjungle.com/deployment/observability.md): Use OpenTelemetry to monitor mcpjungle and all MCP interactions in your infrastructure. - [Deploy mcpjungle in production](https://docs.mcpjungle.com/deployment/production.md): Run mcpjungle as a shared deployment in enterprise mode - for teams. - [Contributing](https://docs.mcpjungle.com/developers/contributing.md): Contribution guidelines for code, docs, and product feedback in mcpjungle. - [Development guide](https://docs.mcpjungle.com/developers/development.md): Development setup, build and test workflows, architecture orientation, and release operations for mcpjungle contributors. - [Control MCP client access](https://docs.mcpjungle.com/governance/access-control.md): Create MCP client identities in enterprise mode and give each one explicit access only to the upstream MCP servers it should be allowed to use. - [Manage clients and users](https://docs.mcpjungle.com/governance/clients-and-users.md): Manage machine identities for MCP clients and user accounts for human operators in Mcpjungle enterprise mode. - [Access and governance overview](https://docs.mcpjungle.com/governance/overview.md): Understand Mcpjungle's enterprise operating model: authenticated clients, per-client server access, user accounts, and governance for shared deployments. - [Authenticate to upstream MCP servers](https://docs.mcpjungle.com/governance/upstream-authentication.md): Configure mcpjungle to make authenticated requests to upstream MCPs - [Manage Resources](https://docs.mcpjungle.com/guides/manage-resources.md): Inspect and read MCP resources exposed by servers registered in Mcpjungle. - [Add Streamable HTTP MCP servers](https://docs.mcpjungle.com/guides/register-http-servers.md): Register remote MCP servers in mcpjungle using CLI. Expose them via the mcp gateway. - [Add STDIO MCP servers](https://docs.mcpjungle.com/guides/register-stdio-servers.md): Register stdio transport-based MCP servers in mcpjungle using CLI. Expose them via the mcp gateway. - [Stateful & Stateless server connections](https://docs.mcpjungle.com/guides/session-modes.md): Understand Mcpjungle's two session modes, when persistent connections help, and why stateless should remain the default unless cold-start cost is a real problem. - [Tool Groups](https://docs.mcpjungle.com/guides/tool-groups.md): Expose only a subset of all tools to clients over dedicated MCP endpoints. - [Manage tools and prompts](https://docs.mcpjungle.com/guides/tools-and-prompts.md): List, inspect, invoke, enable, and disable the tools and prompts exposed by the MCP servers registered in Mcpjungle. - [Installation](https://docs.mcpjungle.com/installation.md): Install and run the mcpjungle CLI and gateway server - [Connect Claude to mcpjungle](https://docs.mcpjungle.com/integrations/claude.md): Connect Claude Desktop to your Mcpjungle gateway and give it access to all your MCP servers - [Connect GitHub Copilot to mcpjungle](https://docs.mcpjungle.com/integrations/copilot.md): Add Mcpjungle as an MCP server in GitHub Copilot's mcp.json config and give Copilot Chat access to all your registered tools. - [Connect Cursor to mcpjungle](https://docs.mcpjungle.com/integrations/cursor.md): Configure Cursor to connect directly to mcpjungle over streamable HTTP and access all your registered MCP tools inside the IDE. - [Current limitations](https://docs.mcpjungle.com/limitations.md): Current limitations in mcpjungle and known gaps to account for when planning a deployment or integration. - [Quickstart](https://docs.mcpjungle.com/quickstart.md): Start Mcpjungle gateway, register your first MCP server, and connect a client — all in under 5 minutes. - [HTTP API overview](https://docs.mcpjungle.com/reference/api-overview.md): Overview of mcpjungle server REST API and how to interact with it. - [Enterprise operations](https://docs.mcpjungle.com/reference/cli-enterprise.md): Reference for enterprise-mode CLI commands: initialization, login, MCP clients, users, and token rotation. - [Managing tool groups](https://docs.mcpjungle.com/reference/cli-groups.md): Reference for creating, inspecting, updating, and deleting tool groups from the mcpjungle CLI. - [CLI command reference](https://docs.mcpjungle.com/reference/cli-overview.md): Information about how to use the mcpjungle CLI - [Starting the server](https://docs.mcpjungle.com/reference/cli-server.md): Starting and initializing the mcpjungle server - [Managing MCPs](https://docs.mcpjungle.com/reference/cli-tools.md): Reference for registering servers, listing tools, prompts and resources, invoking tools, and controlling what the gateway exposes. - [CLI configuration file](https://docs.mcpjungle.com/reference/config-file.md): Reference for ~/.mcpjungle.conf - [Environment variables](https://docs.mcpjungle.com/reference/environment-variables.md): Complete reference for every environment variable the mcpjungle server and client read at startup. - [Support matrix](https://docs.mcpjungle.com/support-matrix.md): Capability overview for Mcpjungle, including what is stable today, what is still beta, and where support is currently limited. - [Talk to us](https://docs.mcpjungle.com/talk-to-us.md): How to reach the core mcpjungle team to ask questions, report issues, discuss ideas, or get involved. ## OpenAPI Specs - [openapi](https://docs.mcpjungle.com/api-reference/openapi.json)