Skip to content
VS Code

GAUNTLEX for VS Code

io.github.sanjoy1234/gauntlex

Concurrent Builder + Breaker agents generate code and adversarial tests at once, gated in CI.

client:VS Code transport:stdio runtime:pypi

Install GAUNTLEX in VS Code

.vscode/mcp.json

{
  "servers": {
    "gauntlex": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gauntlex-ai"
      ]
    }
  }
}

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

GAUNTLEX in other clients