shaft-mcp for Zed
io.github.shafthq/shaft-mcp
SHAFT browser automation, capture, and offline deterministic failure diagnosis
client:Zed
transport:stdio
runtime:oci
Install shaft-mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"shaft-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shafthq/shaft-engine-mcp:10.3.20260911"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs