CustomAgent.app
Tool
development
✓ Verified
⭐ Featured
Free

GitHub MCP Server

Official MCP server for the GitHub API — issues, PRs, releases, files, and search from any AI agent.

4.9(426 reviews)
184,500 installs
by GitHub

About

The official GitHub MCP server lets your AI agent read and write to GitHub: open issues, create PRs, leave reviews, search code, manage releases, and edit files. Authenticated via fine-grained personal access tokens.

Tags

githubgitmcpofficial

MCP Configuration Example

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

Related Tools

Tool
development
FREE

Filesystem MCP Server

Official MCP server giving safe, sandboxed filesystem access to AI agents with explicit allowed paths.

filesystemfilesmcp
A
Anthropic
4.8(384)
156k
9.8k
Tool
data
FREE

PostgreSQL MCP Server

Read-only MCP server for PostgreSQL — let your AI agent inspect schemas and run safe SELECT queries.

postgresdatabasesql
A
Anthropic
4.7(198)
89k
5.2k
Tool
search
FREE

Brave Search MCP

Privacy-respecting web search for AI agents using the Brave Search API.

searchwebbrave
A
Anthropic
4.6(167)
72k
3.9k
Install
# Add to ~/.claude/settings.json:
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@github/github-mcp-server"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "ghp_xxxx"
      }
    }
  }
}
G

GitHub

@github

View on GitHub