mcpbeat Sign in

Repiscope MCP Server

by 3xpr1ment Your server? Claim it
local only

Repiscope runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from pypi. Last commit 9 Jul 2026.

Read-only MCP server: your agent sees all your sibling repos but structurally cannot touch them

Installs per day peak 42 · avg 13 · -31% w/w
a month agotoday
60
Installs / week
pypi · repiscope
0
Stars
0 open issues
9 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

        out = subprocess.run(["git", "-C", str(project), *args],
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.

        out = subprocess.run(["git", "-C", str(project), *args],
    "id_rsa", "id_dsa", "id_ecdsa", "id_ed25519",

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

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Repiscope and you get told the day something new turns up.

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

Alternatives to Repiscope

same job, measured the same way
Site
by co-structuralreportcost

Structural Report Cost: the site's own MCP server — enquiry (enquiry = a human handoff, not a...

3 tools answering
Skeletongraph
by yashdoke7

Zero-LLM structural code retrieval for AI coding agents, served over MCP.

28 installs/wk local only
Gread
by nitrorcr

An MCP server that gives your AI access to the source code and docs of all public github repos

5 tools answering
Agentloopkit
by abhiyoheswaran1

Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.

127 installs/wk local only
Codemore
by abhinavteja123

The static analyzer your AI agent reads — fix-ready, machine-readable scan reports over MCP.

70 installs/wk local only
Report Needs MCP Server
by jarvisonm4

MCP server for AI agents to report infrastructure needs they encounter during task execution

54 installs/wk local only
Ghcli MCP Connector
by ferhatdundar

MCP server for the GitHub CLI (gh). Read-only by default; single Go binary.

local only
Voyager Repo
by dir-ai

An AI agent's safe read-only scout to orient in an unknown repository before touching it.

74 installs/wk local only

Repiscope — questions

Answers built from our own checks of this server.

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