Skip to content
Claude Desktop

Verlon AI MCP for Claude Desktop

ai.verlon/mcp

Inspect and manage Verlon AI gates, logs, recommendations, and experiments from any MCP client.

client:Claude Desktop transport:stdio runtime:npm

Install Verlon AI MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@verlon-ai/mcp"
      ],
      "env": {
        "VERLON_API_KEY": "<VERLON_API_KEY>",
        "VERLON_BASE_URL": "<VERLON_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Verlon AI MCP in other clients