repiscope for Zed
io.github.3xpr1ment/repiscope
Read-only MCP server: your agent sees all your sibling repos but structurally cannot touch them
client:Zed
transport:stdio
runtime:pypi
Install repiscope in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"repiscope": {
"command": "uvx",
"args": [
"repiscope"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs