mcpbeat Sign in

Sidecrew MCP Server

local only

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

Code changes and unit tests by local MLX models, behind a gate a machine can run.

Installs per day peak 124 · avg 4
a month agotoday
124
Installs / week
npm · sidecrew
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Sidecrew every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 sidecrew -- npx -y sidecrew
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sidecrew": {
      "args": [
        "-y",
        "sidecrew"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sidecrew]
command = "npx"
args = ["-y", "sidecrew"]
.cursor/mcp.json
{
  "mcpServers": {
    "sidecrew": {
      "args": [
        "-y",
        "sidecrew"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sidecrew": {
      "args": [
        "-y",
        "sidecrew"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Sidecrew

same job, measured the same way
ariadne
by mikhailhal

Returns only the unit tests affected by your current Kotlin/Android code changes.

local only
Vinv
by vinvai

Vinv runs, tests, and finds issues in your services — with zero code changes.

87 installs/wk local only
GitWhy — The Context Layer for Git
by gitwhy-cli

The shared AI context engine for git — save, search, and share the reasoning behind code changes.

25 installs/wk local only
I
Spectra
by jorgesandoval

Generates unit tests for Python code with coverage before/after reports and concrete edge cases.

answering
mendapi
by mendapi

Detect API breaking changes, scan your codebase for impact, and draft the fix. Runs locally.

82 installs/wk local only
Ast Impact Mapper MCP
by vola-trebla

MCP server that uses TypeScript AST to find which tests are affected by a code change

37 installs/wk local only
O360 MCP
by offensive360

Run Offensive360 SAST scans (60+ languages) on local code; findings with file/line and fixes

33 installs/wk local only
Safe Fix MCP
by pamela-0

Finds real dead code and proposes a safe, test-gated branch+PR to remove it.

99 installs/wk local only

Sidecrew — questions

Answers built from our own checks of this server.

Why is there no uptime for Sidecrew?
Sidecrew 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 sidecrew was installed 124 times last week.
How do I connect Sidecrew?
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 sidecrew straight from npm; nothing to host, nothing to sign up for.
How many people use Sidecrew?
The npm package sidecrew was installed 124 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Sidecrew open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.