Create an MCP client
Usecreate mcp-client and specify the servers it should be allowed to access:
If you omit
--allow, the client is created but cannot access any registered servers.Use the token from an MCP client
Your MCP client or bridge must send the token in theAuthorization header.
Example for Cursor:
mcp-remote:
Custom access tokens
If you want to supply your own token instead of using a generated one:Create a client from a config file
Recommended pattern
For shared environments, create one MCP client per integration or workflow, not one shared token for everything. Examples:- one client for Cursor
- one for Claude Desktop via
mcp-remote - one for Copilot
- one per internal agent or service
Related pages
Governance overview
Understand how enterprise mode changes the operating model.
Clients and users
Manage machine identities and human user accounts separately.
Production deployment
Run Mcpjungle in enterprise mode and initialize it correctly.
Integrations
See how to apply client tokens in Cursor, Claude, and Copilot configs.
