1. github_graphql_query
Execute arbitrary GraphQL queries and mutations against GitHub's API.
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.
{
"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"
}
}
}