codereviewbuddy is an MCP server that helps AI coding agents manage PR review comments using GitHub's PR review infrastructure.
From the registry: MCP server that helps AI coding agents interact with AI code reviewers on GitHub PRs
$ gh auth loginhttps://cli.github.com/Please install the `codereviewbuddy` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **GitHub CLI (gh)** — Install GitHub CLI and authenticate with `gh auth login`. Run: `gh auth login` (https://cli.github.com/)
- **Python 3.14+ and uv** — Python 3.14+ with uv (provides uvx). (https://docs.astral.sh/uv/)
Canonical MCP server config (stdio transport):
- command: `uvx`
- args: ["codereviewbuddy@latest"]
- optional environment variables:
- `CRB_PR_DESCRIPTIONS__ENABLED`: Whether review_pr_descriptions tool is available (default true). (example: `true`)
- `CRB_SELF_IMPROVEMENT__ENABLED`: Agents suggest Linear issues when they encounter server gaps. (example: `false`)
- `CRB_OWNER_LOGINS`: Comma-separated GitHub usernames considered 'ours' for triage filtering. (example: `alice,bob`)
Note: Zero-config — works with `gh` CLI auth, no PAT tokens needed.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CRB_PR_DESCRIPTIONS__ENABLEDWhether review_pr_descriptions tool is availableCRB_SELF_IMPROVEMENT__ENABLEDAgents suggest Linear issues when they encounter server gapsCRB_OWNER_LOGINSGitHub usernames considered 'ours' for triage filteringReal-time Kubernetes network traffic visibility and API analysis for HTTP, gRPC, Redis, Kafka, DNS.