Skip to content
Grok

TestAtlas for Grok

io.github.karzone/testatlas.mcp

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

client:Grok transport:stdio runtime:nuget

Install TestAtlas in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

TestAtlas in other clients