Loomal

codereviewbuddy

MCP server by github.com/detailobsessed/codereviewbuddy

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

0 starspypi: codereviewbuddy

About codereviewbuddy

codereviewbuddy is an MCP (Model Context Protocol) server published by detailobsessed in the official MCP registry, listed under Autonomous Agents on Loomal. MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs

It ships as a Python package on PyPI (codereviewbuddy), so any MCP client that can launch a local process can run it.

Development happens in the open at github.com/detailobsessed/codereviewbuddy.

Use codereviewbuddy with your agent

Claude Code · one command
claude mcp add codereviewbuddy -- uvx codereviewbuddy
Claude Desktop, Cursor & other MCP clients · config
{
  "mcpServers": {
    "codereviewbuddy": {
      "command": "uvx",
      "args": [
        "codereviewbuddy"
      ]
    }
  }
}
pypicodereviewbuddy

Frequently asked questions

What is codereviewbuddy?
codereviewbuddy is an MCP (Model Context Protocol) server by detailobsessed in the Autonomous Agents category. MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs
How do I connect codereviewbuddy to Claude, Cursor, or another MCP client?
Install codereviewbuddy from its pypi package (codereviewbuddy) and register it under "mcpServers" in your client's MCP configuration — for example claude_desktop_config.json or Cursor's mcp.json — then restart the client.
Is codereviewbuddy open source?
Yes — the source code is public at github.com/detailobsessed/codereviewbuddy.
Can AI agents pay to use codereviewbuddy?
Not yet through Loomal — codereviewbuddy is listed as a free directory entry. If its maintainer verifies ownership, they can set per-call USDC pricing that agents pay over x402, with settlement on Base.

Listing data from the official MCP registry and GitHub, refreshed periodically. Not affiliated with the maintainer unless claimed. Maintain codereviewbuddy? Claim this listing free by verifying GitHub ownership, or contact us.