version control
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.
python
cloud
version control
Installation
npx -y QuentinCody/github-graphql-mcp-serverConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "github-graphql-mcp-server",
"command": "npx",
"args": [
"-y",
"QuentinCody/github-graphql-mcp-server"
]
}About This MCP Server
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.
GitHub: https://github.com/QuentinCody/github-graphql-mcp-server
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub