llms.txt Content
# 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/governa