Skip to content
Cursor

Verlon AI MCP for Cursor

ai.verlon/mcp

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

client:Cursor transport:stdio runtime:npm

Install Verlon AI MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Verlon AI MCP in other clients