Official GitHub integration β manage repos, issues, pull requests, and workflows from your AI agent
The official GitHub MCP server brings code, issues, pull requests, and CI/CD workflows into your AI environment. Developers can review PRs, triage bugs, and automate repository management with natural language. Features: - Create, review, and merge pull requests - Search issues and comments across repositories - Manage branch protections and collaborators - Query commit history and file changes - Trigger GitHub Actions workflows and inspect logs - Fetch repository metadata and code browsing suggestions - Access repository security alerts and dependency insights This official integration gives AI agents the exact repository context and workflow controls developers need.
File location: .claude/mcp.json (project root) or ~/.claude/mcp.json (global)
{
"githubMcp": {
"command": "npx",
"args": [
"-y",
"@github/mcp"
],
"env": {
"GITHUB_TOKEN": "ghp_...",
"GITHUB_ORG": "your-org"
}
}
}If you maintain GitHub MCP, add this badge to your README to show it's verified on CuratedMCP:
[](https://curatedmcp.com/marketplace/github-mcp)
GitHub MCP Server
Full GitHub API access for your AI agents β repos, issues, PRs, and more
Linear MCP
Official Linear integration β create issues, manage sprints, and update project status via AI
GitLab MCP
Official GitLab integration β manage CI/CD pipelines, merge requests, and issues inside AI workflows