github-graphql-mcp-server
If you are the rightful owner of github-graphql-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.
A Model Context Protocol (MCP) server that provides access to GitHub's GraphQL API.
The GitHub GraphQL MCP Server is designed to facilitate seamless interaction with GitHub's GraphQL API. It allows users to execute arbitrary GraphQL queries and mutations, providing a robust interface for developers to interact with GitHub's data. The server is equipped with comprehensive error handling and detailed documentation, making it user-friendly and efficient. It supports the use of variables in GraphQL operations, enhancing its flexibility and usability. The server requires Python 3.10 or higher and a GitHub Personal Access Token (PAT) for authentication. It is ideal for developers looking to integrate GitHub data into their applications or automate tasks using GitHub's API.
Features
- Execute any GraphQL query against GitHub's API
- Comprehensive error handling and reporting
- Detailed documentation with example queries
- Support for variables in GraphQL operations