Back to MCP & Tools
DevOps & Infrastructure Featured
GitHub MCP
The official GitHub server — manage repos, issues, pull requests and Actions straight from your agent.
Claude Code Cursor Windsurf Copilot
Overview
GitHub MCP is the official server from GitHub that gives a coding agent full access to the GitHub ecosystem: reading and creating issues, opening and reviewing pull requests, triggering and monitoring GitHub Actions, searching code and repositories, and managing branches — all without leaving the editor.
It ships as a hosted cloud service from GitHub itself (simple OAuth sign-in) or as a local Docker server when you need full control. An agent can read an issue, understand context, branch, fix, open a PR and respond to review comments — the complete loop.
For any team that lives on GitHub this is usually the first MCP server to install — it turns the agent from a code-writing assistant into an actual participant in your workflow.
It ships as a hosted cloud service from GitHub itself (simple OAuth sign-in) or as a local Docker server when you need full control. An agent can read an issue, understand context, branch, fix, open a PR and respond to review comments — the complete loop.
For any team that lives on GitHub this is usually the first MCP server to install — it turns the agent from a code-writing assistant into an actual participant in your workflow.
Who Is This For?
- Teams that run all work through GitHub Issues and PRs
- Developers who want the agent to open and review pull requests
- Automating GitHub Actions monitoring and CI failure analysis
- Managing multiple repositories from one place
Installation
Setup for Claude Code
claude mcp add --transport http github https://api.githubcopilot.com/mcp/ Configuration
GITHUB_PERSONAL_ACCESS_TOKEN=ghp_xxxx (local server only — hosted uses OAuth) Explore AI Tools
Discover the best AI tools that complement your skills
Read AI & Design Articles
Tips and trends in the world of design and AI
Related Servers
DevOps & Infrastructure
Terraform MCP Server
Plan, apply, and manage infrastructure as code directly from your AI agent using the Terraform MCP server integration.
Claude Code Cursor
DevOps & Infrastructure GitHub Actions Workflows
Create, debug, and optimize CI/CD pipelines with GitHub Actions. AI agents can diagnose failing workflows and suggest fixes.
Claude Code Codex Copilot
DevOps & Infrastructure Kubernetes Deployment
Generate and manage Kubernetes manifests, troubleshoot pod issues, and orchestrate container deployments with AI assistance.
Claude Code Codex Cursor