Skip to main content
Version ControlPython

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.

version-controlcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/QuentinCody/github-graphql-mcp-server

Claude 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.

Details

Category
Version Control
Language
Python
Author
QuentinCody