Skip to content
VS Code

codereviewbuddy for VS Code

io.github.detailobsessed/codereviewbuddy

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

client:VS Code transport:stdio runtime:pypi

Install codereviewbuddy in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

codereviewbuddy in other clients