Skip to main content

Client Setup

Claude Code - Personal Proxy Key

The quickest way to temporarily try out the LLM Proxy is for each user to run claude using the command in the "Personal Proxy Key" section of https://app.mintmcp.com/llm.

LLM Proxy Dashboard

As soon as users start interacting with Claude Code, data will start appearing on the dashboard and activity pages at https://app.mintmcp.com/llm/activity.

Users can configure Claude Code to permanently use the proxy by adding an "env" section to their ~/.claude/settings.json:

{
"env": {
"ANTHROPIC_BASE_URL": "https://app.mintmcp.com/llm.call/llmkey_XXXXXXXXXXXXXXXXXXXXXXXXXX/anthropic"
}
}

Claude Code - Organization Proxy Key

To roll out the LLM Proxy to an entire organization, currently you must use the "Organization Proxy Key" at https://app.mintmcp.com/llm.

LLM Proxy Dashboard

This key has a placeholder for a user identifier, so that you can associate requests with users. To use it, configure your organization's systems to set the ANTHROPIC_BASE_URL environment variable with an appropriate interpolated user identifier.

Other Clients

Contact us for setup instructions for Cursor, GitHub Copilot, and other clients.