mcpbeat Sign in

Repotector MCP Server

local only

Repotector runs on your own machine — the client starts it, so there is no endpoint to ping. 61 installs a week from npm. Last commit 18 Jul 2026.

The repo guardian AI agents handshake with before they touch your code.

Installs per day peak 1 722 · avg 70 · -63% w/w
a month agotoday
61
Installs / week
npm · repotector
0
Stars
0 open issues
18 Jul 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Repotector 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 repotector -- npx -y repotector
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "repotector": {
      "args": [
        "-y",
        "repotector"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.repotector]
command = "npx"
args = ["-y", "repotector"]
.cursor/mcp.json
{
  "mcpServers": {
    "repotector": {
      "args": [
        "-y",
        "repotector"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "repotector": {
      "args": [
        "-y",
        "repotector"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Repotector

same job, measured the same way
SpecPilot
by specpilot

Generate and validate a .specs/ bundle for your repo, then hand it to your AI coding agent

2 tools answering
Invigil
by invigil

Linters check your code. Invigil checks whether your repo is legible — to newcomers and AI agents.

110 installs/wk local only
ContinueWith
by continuewith-ai

Install the ContinueWith AI handoff widget from coding agents (Cursor, Claude Code, Codex).

45 installs/wk local only
Repo Memory
by yubinkim444

Shared, git-tracked working memory for AI agents on the same codebase.

99 installs/wk local only
Design System
by zaklad

Build and manage your design system with AI: tokens, themes, components, icons, Figma and code.

answering
D
ReviewGate
by reviewgate

Code review against your team standards, before the pull request: generator finds, judge confirms

local only
Knowing
by blackwell-systems

Content-addressed code graph with 22 MCP tools for AI agents.

43 installs/wk local only
Umbra
by elberacasa

Trust score for AI-generated code: scan repos, guard agent file writes, get a 0-100 score.

71 installs/wk local only

Repotector — questions

Answers built from our own checks of this server.

Why is there no uptime for Repotector?
Repotector 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 repotector was installed 61 times last week.
How do I connect Repotector?
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 repotector straight from npm; nothing to host, nothing to sign up for.
How many people use Repotector?
The npm package repotector was installed 61 times in the last week. Week over week that is -63%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Repotector open source?
Yes — it is published under the MIT licence, written in JavaScript 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.