LogoSTMCP
Download
github-graphql-mcp-server

GitHub GraphQL MCP Server

A Model Context Protocol (MCP) server providing direct access to GitHub's GraphQL API, enabling execution of arbitrary queries and mutations with comprehensive error handling and detailed documentation.

Tools

1. github_graphql_query

Execute arbitrary GraphQL queries and mutations against GitHub's API.

Open Graph image for GitHub GraphQL MCP Server

JSON Config

{
  "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"
    }
  }
}

Useful Links

Information

Categories