Loading MCP server directory, please wait...
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
npx @getmcp/cli add io.github.github/github-mcp-serverRequires Docker Engine. Official server by github. Review source before installing.
GITHUB_PERSONAL_ACCESS_TOKENSet an environment variable in the runtime
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.github/github-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/github/github-mcp-server:0.31.0"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": ""
}
}
}
}MCP server for progressive tool usage at any scale (see https://klavis.ai)
MCP Analytics, searchable tools and reports with interactive HTML visualization
A MCP server built for developers enabling Git based project management with project and personal…
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…