Catalog
ai.verlon/mcp
OfficialInspect and manage Verlon AI gates, logs, recommendations, and experiments from any MCP client.
Monitor and manage Verlon AI gates, logs, recommendations, and experiments.
README not available yet.
Install
Configuration
Environment variables
VERLON_API_KEYrequiredsecretVerlon API key (sk-vrln-...). Generate at https://verlon.ai/dashboard/settings/keys.
VERLON_BASE_URLOverride the Verlon API base URL. Defaults to https://api.verlon.ai.
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@verlon-ai/mcp@0.3.0"
],
"env": {
"VERLON_API_KEY": "<YOUR_VERLON_API_KEY>",
"VERLON_BASE_URL": "<YOUR_VERLON_BASE_URL>"
}
}
}
}