repiscope for VS Code
io.github.3xpr1ment/repiscope
Read-only MCP server: your agent sees all your sibling repos but structurally cannot touch them
client:VS Code
transport:stdio
runtime:pypi
Install repiscope in VS Code
.vscode/mcp.json
{
"servers": {
"repiscope": {
"type": "stdio",
"command": "uvx",
"args": [
"repiscope"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs