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 connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 12 · #56 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

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

core-v3.21.1 · 2026-08-18

3.21.1 (2026-08-18) · allow a trailing safe reader pipe through the own-repo trust exemption · skip rebase asks on the user's own repos when trustOwnRepoWrites is on · skip PR URLs and sub-bullet URLs from issue-list…

core-v3.21.0 · 2026-08-11

3.21.0 (2026-08-11) · pass preferredOrgs config through to oss-scout's orgs search phase

core-v3.20.5 · 2026-08-11

3.20.5 (2026-08-11) · stop counting URL-bearing sub-bullets and prose paragraphs as available issues

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 #56 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-18)
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-08-25, its last commit was 2026-08-24 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

More automation MCP servers · 2D Assets MCP · Workflows MCP Server · Cypress Cloud MCP · Teamcity

More TypeScript MCP servers · Audio File MCP App · Product Clank · Amazonads MCP · Crabeye MCP Bridge · Pusher Channels · see all