Odel
codereviewbuddy

codereviewbuddy

Local
@detailobsessedPythonISCUpdated 3mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIcodereviewbuddyv0.37.0

Run

uvx codereviewbuddy

MCP client config

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