Odel
repiscope

repiscope

Local
@3xpr1mentPythonMITUpdated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIrepiscopev0.2.2

Run

uvx repiscope

MCP client config

{
  "mcpServers": {
    "repiscope": {
      "command": "uvx",
      "args": [
        "repiscope"
      ]
    }
  }
}