QuentinCody/github-graphql-mcp-server
Unofficial GitHub MCP server that provides access to GitHub's GraphQL API, enabling more powerful and flexible queries for repository data, issues, pull requests, and other GitHub resources.
Quick Start
Clone the repository:
git clone https://github.com/QuentinCody/github-graphql-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"github-graphql-mcp-server": {
"command": "npx",
"args": [
"-y",
"QuentinCody/github-graphql-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.