CuratedMCP
⌨️
Cursor
Free

How to Install GitHub MCP in Cursor

Official GitHub integration — manage repos, issues, pull requests, and workflows from your AI agent

What GitHub MCP does

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.

github
repo
issues
pull-requests
ci-cd

Installation steps

  1. 1Copy the config below
  2. 2Open or create .cursor/mcp.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Cursor or reload the window

Configuration

File location: .cursor/mcp.json (project) or ~/.cursor/mcp.json (global)

.cursor/mcp.jsonjson
{
  "githubMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@github/mcp"
    ],
    "env": {
      "GITHUB_TOKEN": "ghp_...",
      "GITHUB_ORG": "your-org"
    }
  }
}
Full server details Open Config Editor

Install in other clients

For maintainers

If you maintain GitHub MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/github-mcp)](https://curatedmcp.com/marketplace/github-mcp)

Related servers