PluginBench
MCP Server
Active
ISC

io.github.detailobsessed/codereviewbuddy MCP Server

io.github.detailobsessed/codereviewbuddy

What is the io.github.detailobsessed/codereviewbuddy MCP server?

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

How to install io.github.detailobsessed/codereviewbuddy

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "codereviewbuddy": {
      "command": "uvx",
      "args": [
        "codereviewbuddy"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "codereviewbuddy": {
      "command": "uvx",
      "args": [
        "codereviewbuddy"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "codereviewbuddy": {
      "command": "uvx",
      "args": [
        "codereviewbuddy"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "codereviewbuddy": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "codereviewbuddy"
      ]
    }
  }
}
Claude Code
claude mcp add codereviewbuddy -- uvx codereviewbuddy

Related MCP servers

Token-efficient GitLab MCP: 167 tools via 3 meta-tools, field projection, keyset pagination

3
TypeScript
MIT
View repository →

Operate Unblu deployments: health checks, conversation ops, and 300+ API endpoints

1
Python
ISC
View repository →
io.github.detailobsessed/codereviewbuddy MCP Server | PluginBench