Odel
Verlon AI MCP

Verlon AI MCP

Local
@verlon-aiTypeScriptMITUpdated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@verlon-ai/mcpv0.4.0

Run

npx -y @verlon-ai/mcp

MCP client config

{
  "mcpServers": {
    "verlon-ai-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@verlon-ai/mcp"
      ]
    }
  }
}