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.
In development mode, every MCP client connected to the gateway can access all registered servers.In enterprise mode, that is no longer true. No MCP client can access any registered server until you create a client identity and give it an allow-list.
MCP client 'cursor-local' created successfully!Servers accessible: calculator,githubAccess token: 1YHf2LwE1LXtp5lW_vM-gmdYHlPHdqwnILitBhXE4AwSend this token in the `Authorization: Bearer {token}` HTTP header.
If you omit --allow, the client is created but cannot access any registered servers.
You can use --allow "*" to give an MCP client access to all registered MCP servers.
When creating an MCP client from a config file, you must provide a token explicitly. Mcpjungle cannot print an auto-generated token back through the file-based workflow.