Skip to content
Gemini CLI

Mida for Gemini CLI

so.mida/ab-testing

Create, run and analyze A/B tests and personalizations on your site with Mida.

client:Gemini CLI transport:streamable-http

Install Mida in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "ab-testing": {
      "httpUrl": "https://mcp.mida.so/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Mida in other clients