Codereviewbuddy runs on your own machine — the client starts it, so there is no endpoint to ping. 297 installs a week from pypi. Last commit 2 Jun 2026.
MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add codereviewbuddy -- uvx codereviewbuddy
{
"mcpServers": {
"codereviewbuddy": {
"args": [
"codereviewbuddy"
],
"command": "uvx"
}
}
}
[mcp_servers.codereviewbuddy]
command = "uvx"
args = ["codereviewbuddy"]
{
"mcpServers": {
"codereviewbuddy": {
"args": [
"codereviewbuddy"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"codereviewbuddy": {
"args": [
"codereviewbuddy"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.