- MCP clients represent IDEs, bridges, and agents that connect to the gateway.
- Users represent humans who need authenticated access to Mcpjungle.
MCP clients
MCP clients are intended for non-human consumers of the gateway, such as:- Cursor
- Claude
- internal or custom agents
- a unique name
- an access token
- an allow-list of upstream MCP servers
Users
Users are human accounts for operators who need authenticated CLI or API access. Compared with admins, a standard user has a narrower permission set. They can inspect and use Mcpjungle, but they do not get the same write capabilities as an admin.Create users
User config file
Environment variable placeholders
JSON config files support${VAR_NAME} placeholders in string values.
See the configuration file reference for the exact substitution rules and examples.
Recommended identity model
For a small to medium sized deployment:- create a small number of admin users for platform operators
- create one user in mcpjungle for each human operator who needs CLI or API access
- create one MCP client per consuming application or workflow
- avoid sharing one token across multiple tools or teams
Related pages
Access control
Control which upstream servers each MCP client can access.
Governance overview
Understand the overall enterprise operating model.
Config file reference
See the exact config schemas for clients and users.
Production deployment
Initialize and operate Mcpjungle correctly in enterprise mode.
