pr-forge
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-forgeget the diff and review status for PR #7"
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-forge v3.0
AI 代码变更安全网关 — Agent 修改代码必须走 PR 审查,验证通过后方可合并
pr-forge 是一套 MCP (Model Context Protocol) 工具集,为 AI Agent 提供 PR 审查安全网关。Agent 通过 9 个 MCP 工具完成从获取 PR 上下文、运行验证、生成审查报告到合并的全流程,所有操作受两层门禁(事实层 + 审查意见层)保护。
安装
# 一键接入
npx pr-forge init
# 环境诊断
npx pr-forge doctorinit 自动检测项目类型并生成 .pr-forge/config.json,将 token 存入 ~/.pr-forge/credentials,配置 .claude/mcp.json 和 ~/.codex/.mcp.json。
Related MCP server: llm-skills-mcp-poc
MCP 工具 (9 个)
# | 工具 | 说明 |
1 |
| 获取 PR 元数据(title/state/draft/SHA/branch/author) |
2 |
| 读取各 phase Check Run 结论 + 完整审查报告(含聚合状态),支持 branch 参数 |
3 |
| 获取 PR unified diff |
4 |
| 获取仓库文件内容 |
5 |
| 提交修复并推送到 PR 分支(自动创建 PR、支持 reviewer 指派、返回 pr_number) |
6 |
| 合并 PR(两层门禁:事实层聚合 + 审查意见) |
7 |
| 执行 config.json 的 check 命令(多阶段),各 phase 独立写 Check Run |
8 |
| 修改 Check Run 整体结论,附带审查报告(自动校验 SHA 防过期) |
9 |
| 动态生成审查步骤清单(无参数返回全部 open PR,支持 reviewer 过滤) |
多 Agent 协同
任何 Agent 可提交、审查、合并。提交时通过 reviewer 参数指定审查者(写入 PR body 的 <!-- pr-forge-reviewer: 张三 --> 标记),get_review_plan(reviewer="张三") 自动筛选需处理的 PR。所有操作受两层门禁保护。
GitHub App 授权
pr-forge auth 首次运行时通过 Manifest Flow 创建 GitHub App。后续运行检测已有凭据,调用 GET /app 验证 App 仍有效后直接复用,无需重复授权。App 被删除后运行时自动检测并提示重新授权。
安全模型
config.json 防篡改:SHA256 hash 对比
.pr-forge/.approvedToken 存储:读
~/.pr-forge/credentials,文件权限0o600,目录0o700并发控制:
run_pr_checks文件锁pr-{n}.lock+ PID 验活 + 死锁恢复
平台支持
能力 | GitHub | Gitee |
验证结果 | Check Runs API | Commit Status API |
审查报告 | Check Run output | PR comment |
合并阻断 | 分支保护规则 | 仓库 CI 检查 |
要求
Node.js >= 20
License
MIT
This server cannot be installed
Maintenance
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
- AlicenseBqualityCmaintenanceConnects LLMs to GitHub and GitLab to analyze pull and merge requests for logic, security, and architectural alignment. It provides tools for fetching diffs, file contents, and project metadata, alongside guided prompts for professional code reviews.Last updated1023ISC
- Alicense-qualityCmaintenanceMCP server exposing a shared pr-review skill with tools to list, get, run, and evaluate skills, enabling AI assistants to perform code review tasks.Last updatedMIT
- AlicenseBqualityAmaintenanceMCP server that exposes GitHub operations as tools for AI agents, enabling code search, issue management, and PR review.Last updated12MIT
- Flicense-qualityDmaintenanceEnables automated AI-powered code review for pull requests across GitHub, GitLab, Bitbucket, and Azure DevOps via webhooks, and manual code review through MCP tools using Groq, Claude, or GPT-4.Last updated1
Related MCP Connectors
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.
AI code review for GitHub PRs with an MCP autofix loop for Claude Code and Cursor
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/wang654993222/pr-forge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server