myopic for Zed
io.github.surajkgoyal/myopic
Code-review MCP: review a GitLab MR or GitHub PR against the whole codebase, not just the diff.
client:Zed
transport:stdio
runtime:pypi
Install myopic in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"myopic": {
"command": "uvx",
"args": [
"myopic"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs