Skip to content
Gemini CLI

mcp server for Gemini CLI

com.testrigor/mcp-server

Manage test suites, run tests, view results, and automate QA workflows via AI with testRigor.

client:Gemini CLI transport:streamable-http

Install mcp server in Gemini CLI

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

{
  "mcpServers": {
    "mcp-server": {
      "httpUrl": "https://api2.testrigor.com/api/v1/mcp"
    }
  }
}

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

mcp server in other clients