HomeVersion Control › oss-autopilot

oss-autopilot

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

TypeScript CloudLocal macOSWindowsLinux
★ 16 stars Last pushed 2026-09-24 License: MIT

Topics: Version Control

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.0.1)

npx -y @oss-autopilot/mcp@2.0.1

Or add to your MCP client config:

{
  "mcpServers": {
    "oss-autopilot": {
      "command": "npx",
      "args": [
        "-y",
        "@oss-autopilot/mcp@2.0.1"
      ],
      "env": {
        "GITHUB_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • GITHUB_TOKEN secret — GitHub personal access token or token from `gh auth token`

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry