Skip to content
VS Code

TestAtlas for VS Code

io.github.karzone/testatlas.mcp

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

client:VS Code transport:stdio runtime:nuget

Install TestAtlas in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

TestAtlas in other clients