MCP.so
登录

GitHub PR MCP Server

@ibraheem4

关于 GitHub PR MCP Server

Claude MCP Server for Github with Linear integration

基本信息

分类

版本控制

传输方式

stdio

发布者

ibraheem4

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "github-mcp": {
      "command": "npx",
      "args": [
        "@ibraheem4/github-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is GitHub PR MCP Server?

An enhanced GitHub Pull Request management server built on the Model Context Protocol (MCP). It extends the base @modelcontextprotocol/server-github with structured PR templates, media attachments, quality checklists, and advanced issue linking for a more comprehensive pull request workflow.

How to use GitHub PR MCP Server?

Run via npx: npx @ibraheem4/github-mcp after setting the GITHUB_TOKEN environment variable. Optionally set LINEAR_API_KEY for Linear integration. Alternatively, clone the repo, run npm install && npm run build, and point an MCP client to the built index.js. Configuration examples are provided for Claude Desktop and VSCode (Cline, Roo Cline extensions).

Key features of GitHub PR MCP Server

  • Complete base server compatibility (create, list, update PRs)
  • Structured PR templates with predefined sections
  • Automated quality checklists for PR submissions
  • Rich media attachments (image, video, diagram) support
  • Advanced issue linking and tracking
  • Labels, reviewers, and assignees management

Use cases of GitHub PR MCP Server

  • Automating PR creation with consistent templates and checklists
  • Integrating PR management into AI assistants via MCP
  • Streamlining code review workflows with structured PR metadata
  • Tracking PR quality with automated checklists and issue links
  • Managing multiple repositories with enhanced PR creation tools

FAQ from GitHub PR MCP Server

What prerequisites are needed?

Node.js 18+ and a GitHub Personal Access Token with repo scope. Optionally, a pull request template at .github/pull_request_template.md.

How do I install and run the server?

Recommended: use npx @ibraheem4/github-mcp after setting the GITHUB_TOKEN environment variable. For local development, clone the repository, run npm install, then npm run build to create the executable server.

How do I configure it in MCP clients (Claude Desktop, VSCode)?

Add the server to your MCP settings JSON with the command npx -y @ibraheem4/github-mcp and required environment variables (e.g., GITHUB_TOKEN). Examples for Claude Desktop and VSCode (Cline, Roo Cline) are provided in the README.

What tools does the server provide?

create_pull_request (

评论

版本控制 分类下的更多 MCP 服务器