Model Context Protocol server for Verlon AI. Exposes gates, logs, recommendations, and experiments as MCP tools so coding agents (Claude Code, Cursor, Cline, any MCP-compatible client) can inspect and…
{
"mcpServers": {
"verlon-aimcp": {
"command": "npx",
"args": [
"-y",
"@verlon-ai/mcp"
]
}
}
}