three.ws Autopilot for Zed
io.github.nirholas/autopilot-mcp
Set autopilot scopes and a daily SOL spend cap, then propose, execute, and undo agent actions.
client:Zed
transport:stdio
runtime:npm
Install three.ws Autopilot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"autopilot-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/autopilot-mcp"
],
"env": {
"THREE_WS_API_KEY": "<THREE_WS_API_KEY>",
"THREE_WS_BASE": "<THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<THREE_WS_TIMEOUT_MS>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs