StackMCP
developer-toolsOfficial

GitHub MCP

89

Anthropic

Access the GitHub API to manage repositories, issues, pull requests, branches, and workflows directly from your AI editor.

83.0k124.1k/wk10.3K tokens(5%)Official1w ago
Network
githubgitrepositoriesissuespull-requests

Quick Setup

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "github-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_PERSONAL_ACCESS_TOKEN"
      }
    }
  }
}

Part of these stacks

Recommended Skills

Skills specialize your AI editor when working with GitHub MCP. Learn more

GitHub CLI Workflowsworkflow

Use gh CLI for all GitHub operations including stacked PR workflows, issue management, and CI/CD automation.

npx skillsadd callstackincubator/agent-skills/github999 installsskills.sh
Fix CI Failuresworkflow

Debug and fix failing GitHub PR checks in GitHub Actions. Automatically diagnoses CI issues and suggests fixes.

npx skillsadd openai/skills/gh-fix-ci263 installsskills.sh
Address PR Commentsworkflow

Address PR review comments using GitHub CLI. Streamlines the code review response workflow.

npx skillsadd openai/skills/gh-address-comments250 installsskills.sh
Code Reviewerrole

Automated code review for TypeScript, JavaScript, Python, Go. Analyzes PRs for complexity, SOLID violations, and code smells.

View on GitHubnpm