wanzunz/github_graphql_api_mcp
A Model Control Protocol (MCP) server for exploring the GitHub GraphQL schema and executing optimized queries. Provides AI assistants with efficient GitHub data retrieval capabilities through GraphQL.
Implements schema introspection tools that enable AI assistants to dynamically discover GitHub GraphQL capabilities without predefined tool definitions, while executing single optimized queries that fetch multiple related resources in one request rather than chaining sequential API calls. Built as an MCP server using Python with stdio transport, it reduces token consumption by allowing precise field selection through GraphQL instead of receiving full REST API responses. Integrates directly with Claude and other MCP-compatible AI clients, positioning itself as a lightweight alternative to REST-based GitHub integrations that require frequent round-trips and context-heavy intermediate outputs.
Stars
4
Forks
1
Language
Python
License
—
Category
Last pushed
Dec 12, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/wanzunz/github_graphql_api_mcp"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
blurrah/mcp-graphql
Model Context Protocol server for GraphQL
grafbase/grafbase
The Grafbase GraphQL Federation Gateway
toolprint/mcp-graphql-forge
MCP that can proxy any GraphQL API and expose graphql operations as mcp tools.
UnitVectorY-Labs/mcp-graphql-forge
A lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular...
pshaddel/graphql-mcp-bridge
A bridge implementation connecting GraphQL APIs with the Model Context Protocol (MCP), enabling...