Skip to content
VS Code

shaft-mcp for VS Code

io.github.shafthq/shaft-mcp

SHAFT browser automation, capture, and offline deterministic failure diagnosis

client:VS Code transport:stdio runtime:oci

Install shaft-mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "shaft-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/shafthq/shaft-engine-mcp:10.3.20260911"
      ]
    }
  }
}

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

shaft-mcp in other clients