Oss Autopilot MCP Server

An AI-powered workflow engine for managing open source contributions at scale - built as a Claude Code plugin, MCP server, and standalone CLI. It runs locally over stdio via the published package.

People who work with developer tools, github and pr management and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-16 · ★ 16 · #57 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

MIT · TypeScript servers · how we verify → /methodology

01 · Install Oss Autopilot

Claude Code

claude mcp add costajohnt-oss-autopilot -- npx -y @oss-autopilot/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "costajohnt-oss-autopilot": {
      "command": "npx",
      "args": [
        "-y",
        "@oss-autopilot/mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @oss-autopilot/mcp - the @oss-autopilot scope differs from the repo owner (costajohnt); confirm it's the project's official package

registry namespace io.github.costajohnt is GitHub-verified and matches the repo owner

03 · What Oss Autopilot can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- GitHub only - GitLab, Bitbucket, and other forges are not supported. Contributions welcome. - 1,000 PR cap - GitHub's Search API returns at most 1,000 results per query. If you have more than 1,000 open, merged, or closed PRs, the oldest results may be truncated. - Individual contributor focus - Designed for solo contributors managing their own PRs. No team dashboards, shared state, or multi-user workflows.

Latest releases

mcp-v5.7.4 · 2026-09-12

5.7.4 (2026-09-12) · detect Windows entry-point paths · detect Windows entry-point paths

core-v3.22.3 · 2026-09-12

3.22.3 (2026-09-12) · correct multiline descriptions in agent frontmatter · correct multiline descriptions in agent frontmatter · local-repos: bound the directory scan to the old 30s timeout · local-repos: use portable…

core-v3.22.2 · 2026-09-06

3.22.2 (2026-09-06) · resolve the package version through the bin symlink (#1664)

04 · Who maintains Oss Autopilot

oss-autopilot is maintained by costajohnt. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
automation - ranked #57 of 227 actively-maintained automation servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-12)
registry
io.github.costajohnt/oss-autopilot (active, first published 2026-03-23)
packages
npm:@oss-autopilot/mcp

06 · Oss Autopilot FAQ

What is Oss Autopilot?

An AI-powered workflow engine for managing open source contributions at scale - built as a Claude Code plugin, MCP server, and standalone CLI. It runs locally over stdio via the published package.

Is Oss Autopilot still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-16 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Oss Autopilot?

Run `npx -y @oss-autopilot/mcp`. You can also paste the ready-made client config above.

Does Oss Autopilot run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Oss Autopilot