Skip to content
Cursor

shaft-mcp for Cursor

io.github.shafthq/shaft-mcp

SHAFT browser automation, capture, and offline deterministic failure diagnosis

client:Cursor transport:stdio runtime:oci

Install shaft-mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

shaft-mcp in other clients