Skip to content
Cursor

oss autopilot for Cursor

io.github.costajohnt/oss-autopilot

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

client:Cursor transport:stdio runtime:npm

Install oss autopilot in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "oss-autopilot": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@oss-autopilot/mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

oss autopilot in other clients