Skip to main content
Glama

pr-roast-mcp

풀 리퀘스트를 '로스트(roast)'하는 MCP 서버입니다. 유머를 곁들인 가차 없이 솔직한 코드 리뷰를 제공합니다.

설치

claude mcp add pr-roast -- uv run --directory /path/to/pr-roast-mcp pr-roast-mcp

또는 MCP 설정에 추가하세요:

{
  "mcpServers": {
    "pr-roast": {
      "command": "uv",
      "args": ["run", "--directory", "/path/to/pr-roast-mcp", "pr-roast-mcp"],
      "env": {
        "ANTHROPIC_API_KEY": "sk-ant-..."
      }
    }
  }
}

요구 사항: gh CLI 인증, ANTHROPIC_API_KEY 환경 변수.

Related MCP server: MCP Git/PR Assist

사용법

Claude에게 요청하세요:

  • "Roast my latest PR" (내 최신 PR을 로스트해줘)

  • "Roast PR #89" (PR #89를 로스트해줘)

  • "Roast https://github.com/owner/repo/pull/123" (해당 URL의 PR을 로스트해줘)

  • "List my open PRs so I can pick one to roast" (로스트할 PR을 선택할 수 있도록 내 오픈 PR 목록을 보여줘)

도구

roast_pr

특정 풀 리퀘스트를 로스트합니다.

매개변수

타입

설명

pr

string

PR 번호, owner/repo#123, 또는 전체 GitHub URL

roast_my_prs

로스트할 PR을 선택할 수 있도록 내 PR 목록을 가져옵니다.

매개변수

타입

기본값

설명

repo

string

현재 저장소

owner/repo 형식의 저장소

state

string

"open"

PR 상태: "open", "closed", 또는 "merged"

기능

  1. gh CLI를 통해 PR 메타데이터와 diff를 가져옵니다.

  2. Claude Haiku로 보내 로스트를 생성합니다.

  3. 심각도 등급(🔥 ~ 🔥🔥🔥🔥🔥)과 함께 가차 없이 솔직한 리뷰를 반환합니다.

  4. 항상 하나의 진심 어린 칭찬으로 마무리합니다.

출력 예시

🔥🔥🔥 코드 리뷰: "Initiative Bonus"

테스트가 철저하군요. 의심스러울 정도로 철저합니다. POST 엔드포인트에 156줄이라니? 사실상 HTTP 상태 코드에 관한 논문을 쓰고 계시네요.

selectChain 헬퍼는 마법의 주문 같습니다. .select()가 왜 자기 자신을 반환하는지 아무도 모릅니다. 흉내 내고 있는 Supabase API에 대한 설명을 주석으로 추가하세요.

849줄 추가, 7줄 삭제. 121:1 비율이네요. "보너스 기능"치고는 너무 방대합니다.

심각도: 🔥🔥🔥 (마이그레이션 설명 수정 및 모의 객체 단순화 후 배포하세요)

Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
    10
    5
    MIT
  • -
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables 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.
  • A
    license
    Not graded
    quality
    D
    maintenance
    Connects 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.
    21
    MIT

View all related MCP servers

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.

  • Agentic code review, no signup to try: reality gates + frontier-model review, with veto.

View all MCP Connectors

Latest Blog Posts

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