Skip to content
Zed

oss autopilot for Zed

io.github.costajohnt/oss-autopilot

Open source contribution manager with PR tracking, issue discovery, and CI diagnosis

client:Zed transport:stdio runtime:npm

Install oss 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": {
    "oss-autopilot": {
      "command": "npx",
      "args": [
        "-y",
        "@oss-autopilot/mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

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

oss autopilot in other clients