pr-roast-mcp
Provides tools for analyzing GitHub pull requests, enabling AI agents to fetch PR metadata and diffs, generate humorous but brutally honest code reviews with severity ratings, and list open PRs for review selection.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pr-roast-mcproast my latest PR"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pr-roast-mcp
MCP server that roasts your pull requests. Brutally honest code review with humor.
Install
claude mcp add pr-roast -- uv run --directory /path/to/pr-roast-mcp pr-roast-mcpOr add to your MCP config:
{
"mcpServers": {
"pr-roast": {
"command": "uv",
"args": ["run", "--directory", "/path/to/pr-roast-mcp", "pr-roast-mcp"],
"env": {
"ANTHROPIC_API_KEY": "sk-ant-..."
}
}
}
}Requires: gh CLI authenticated, ANTHROPIC_API_KEY env var.
Related MCP server: MCP Git/PR Assist
Usage
Ask Claude:
"Roast my latest PR"
"Roast PR #89"
"List my open PRs so I can pick one to roast"
Tools
roast_pr
Roast a specific pull request.
Parameter | Type | Description |
| string | PR number, |
roast_my_prs
List your PRs to pick one for roasting.
Parameter | Type | Default | Description |
| string | current repo | Repository in |
| string | "open" | PR state: "open", "closed", or "merged" |
What it does
Fetches PR metadata and diff via
ghCLISends to Claude Haiku for a roast
Returns a brutally honest review with severity rating (๐ฅ to ๐ฅ๐ฅ๐ฅ๐ฅ๐ฅ)
Always ends with one genuine compliment
Example output
๐ฅ๐ฅ๐ฅ CODE REVIEW: "Initiative Bonus"
Your tests are thorough. Like, suspiciously thorough. 156 lines for a POST endpoint? You're basically writing a dissertation on HTTP status codes.
That
selectChainhelper is magical incantation โ nobody knows why.select()returns itself. Add a comment explaining the Supabase API you're mimicking.849 lines added, 7 removed. That's 121:1 ratio. For a "bonus feature," this sprawls.
Severity: ๐ฅ๐ฅ๐ฅ (Ship after fixing migration description, simplifying mocks)
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Alicense-qualityCmaintenanceEnables automated GitHub Pull Request reviews using local Ollama, Cursor CLI, or Gemini CLI as AI providers. Supports customizable review prompts, comprehensive PR analysis, and optional auto-posting of reviews to GitHub.Last updated325MIT
- -license-quality-maintenanceEnables Git and GitHub pull request operations through Claude AI, including repository management, branch operations, commits, and PR creation/commenting. Streamlines development workflows by providing Git commands and GitHub API integration through natural language interactions.Last updated
- Flicense-qualityDmaintenanceEnables multi-agent code review with P0/P1/P2 severity scoring by orchestrating locally installed AI CLIs (Claude, Codex) to perform parallel analysis, deterministic scoring, and consensus-building on git diffs.Last updated2
- Alicense-qualityDmaintenanceConnects Claude to GitHub Pull Requests to fetch and filter code diffs for AI-assisted reviews. It enables listing open PRs and analyzing changes while automatically excluding binary and asset files to focus on relevant code.Last updated21MIT
Related MCP Connectors
AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor
Screens public GitHub repos and PRs to generate risk maps, findings, and merge-readiness signals.
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.โฆ
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/anisha-agarwal/pr-roast-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server