Verlon AI MCP for Gemini CLI
ai.verlon/mcp
Inspect and manage Verlon AI gates, logs, recommendations, and experiments from any MCP client.
client:Gemini CLI
transport:stdio
runtime:npm
Install Verlon AI MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@verlon-ai/mcp"
],
"env": {
"VERLON_API_KEY": "<VERLON_API_KEY>",
"VERLON_BASE_URL": "<VERLON_BASE_URL>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs