Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

three.ws Autopilot in other clients