Skip to content
Cursor

codereviewbuddy for Cursor

io.github.detailobsessed/codereviewbuddy

MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs

client:Cursor transport:stdio runtime:pypi

Install codereviewbuddy in Cursor

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

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

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

codereviewbuddy in other clients