Skip to content
Gemini CLI

TestAtlas for Gemini CLI

io.github.karzone/testatlas.mcp

Semantic map of a .NET test-automation solution for AI agents — search, impact, endpoints

client:Gemini CLI transport:stdio runtime:nuget

Install TestAtlas in Gemini CLI

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

{
  "mcpServers": {
    "testatlas.mcp": {
      "command": "dnx",
      "args": [
        "TestAtlas.Mcp",
        "--yes"
      ]
    }
  }
}

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

TestAtlas in other clients