myopic for Cursor
io.github.surajkgoyal/myopic
Code-review MCP: review a GitLab MR or GitHub PR against the whole codebase, not just the diff.
client:Cursor
transport:stdio
runtime:pypi
Install myopic in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"myopic": {
"type": "stdio",
"command": "uvx",
"args": [
"myopic"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs