mcpbeat Sign in

Oss Autopilot MCP Server

by costajohnt Your server? Claim it
local only

Oss Autopilot runs on your own machine — the client starts it, so there is no endpoint to ping. 284 installs a week from npm. Last commit 16 Sep 2026.

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

Installs per day peak 226 · avg 27 · +38% w/w
a month agotoday
284
Installs / week
npm · @oss-autopilot/mcp
16
Stars
1 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  execFile(openCmd, args, (error) => {
Builds a file path from a variable packages/core/src/commands/overnight.ts:447
    const candidate = path.join(dir, claudePath);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add oss-autopilot -- npx -y @oss-autopilot/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "oss-autopilot": {
      "args": [
        "-y",
        "@oss-autopilot/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.oss-autopilot]
command = "npx"
args = ["-y", "@oss-autopilot/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "oss-autopilot": {
      "args": [
        "-y",
        "@oss-autopilot/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "oss-autopilot": {
      "args": [
        "-y",
        "@oss-autopilot/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GITHUB_TOKEN (GitHub personal access token or token from `gh auth token`). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Oss Autopilot

same job, measured the same way
Converly
by converly

Set up and manage conversion tracking by chatting with your AI assistant.

answering
Flstudio MCP
by rosasynthesiz

Control FL Studio with Claude: in-DAW mixing, diagnosis, routing, and composition.

67 installs/wk local only
Linear
by linear

MCP server for Linear project management and issue tracking

answering
Trail
by usetrail

Issue tracker and durable project memory for your coding agent, scoped to the folder you open.

226 installs/wk local only
Simmer
by adlai88

Trade prediction markets with AI agents — skill discovery, autoresearch, and execution.

375 installs/wk local only
Inhalt
by kozmos-tech

An open-source headless CMS for managing content models and entries.

39 installs/wk local only
Wet MCP
by n24q02m

Open-source MCP server for AI agents: web search, content extraction, and library docs.

3 069 installs/wk local only
Redmine MCP Server
by jztan

MCP server that lets AI assistants manage Redmine issues, projects, wikis, and time tracking

1 407 installs/wk local only

Oss Autopilot — questions

Answers built from our own checks of this server.

Why is there no uptime for Oss Autopilot?
Oss Autopilot runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @oss-autopilot/mcp was installed 284 times last week.
How do I connect Oss Autopilot?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @oss-autopilot/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Oss Autopilot?
The npm package @oss-autopilot/mcp was installed 284 times in the last week. Week over week that is +38%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Oss Autopilot open source?
Yes — it is published under the MIT licence, written in TypeScript, 16 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.