Skip to content

context autopilot for Zed

io.github.chiragbachani/context-autopilot

Mines your Claude Code and Cursor sessions into evidence-based CLAUDE.md / AGENTS.md rules.

client:Zed transport:stdio runtime:npm

Install context autopilot in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "context-autopilot": {
      "command": "npx",
      "args": [
        "-y",
        "context-autopilot"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

context autopilot in other clients