Back to directory
quentincody/github-graphql-mcp-server

quentincody/github-graphql-mcp-server

@QuentinCody

A Model Context Protocol (MCP) server that provides access to GitHub's GraphQL API.

githubgraphqlapimcpmodel-context-protocoldeveloper-toolscloud

Installation & Configuration

{
  "github-graphql": {
    "command": "/absolute/path/to/your/.venv/bin/python",
    "args": [
      "/absolute/path/to/github_graphql_mcp_server.py"
    ],
    "options": {
      "cwd": "/absolute/path/to/repository"
    },
    "env": {
      "GITHUB_TOKEN": "your_github_token_here"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12