Skip to content
Cursor

repiscope for Cursor

io.github.3xpr1ment/repiscope

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

client:Cursor transport:stdio runtime:pypi

Install repiscope in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

repiscope in other clients