Configuration
Add the following to yourclaude_desktop_config.json file:
- macOS
- Windows
Edit
~/Library/Application Support/Claude/claude_desktop_config.json:claude_desktop_config.json
ck_abc123.your-secret-key with your actual Navigator Instance API key and you@example.com with your email.
Setup
Get your API key
Go to your Navigator Instance in the Caylex dashboard and create or copy an API key. See Navigators & Permissions for details.
Authenticate with servers
Make sure you have authenticated with the servers in your project via an Auth Link. Use the same email address you put in the configuration file.
Edit the config file
Open the
claude_desktop_config.json file and add the Caylex MCP server configuration shown above.Limitations
Claude Desktop uses a static configuration — the
x-user-email is fixed in the config file. This means:- The same user credentials are used for all conversations
- You cannot dynamically switch users without editing the config file
- This is best suited for personal use or development/testing
x-user-email dynamically per request.Further reading
- Connecting Your Agent — details on headers and runtime flow
- Server Authentication for user-level vs project-level auth