fotoetienne/gqai
by Various
Turn any GraphQL endpoint into a set of MCP tools
MCP
fotoetienne/gqai
Added 1 June 2026
Overview
fotoetienne/gqai is a Go tool that converts any GraphQL endpoint into a set of Model Context Protocol (MCP) tools. It introspects the GraphQL schema and generates MCP tool definitions, enabling AI agents to query or mutate the endpoint through a standardized interface.
Best for
Best for
Developers who need to connect GraphQL APIs to MCP-based AI agents quickly
Use cases
- Expose a GraphQL API to an MCP-compatible AI agent for querying
- Enable AI-driven mutations on a GraphQL backend via MCP tools
- Rapidly integrate existing GraphQL services into MCP-based workflows
Notes
fotoetienne/gqai is a Go tool that converts any GraphQL endpoint into a set of Model Context Protocol (MCP) tools. It introspects the GraphQL schema and generates MCP tool definitions, enabling AI agents to query or mutate the endpoint through a standardized interface.
22 stars on GitHub. Last updated 2025-06-08. Licensed MIT.
Use cases
- Expose a GraphQL API to an MCP-compatible AI agent for querying
- Enable AI-driven mutations on a GraphQL backend via MCP tools
- Rapidly integrate existing GraphQL services into MCP-based workflows
Pros
- Works with any GraphQL endpoint without manual configuration
- Lightweight Go binary with minimal dependencies
- Leverages schema introspection for accurate tool generation
Cons
- Limited to GraphQL endpoints only, not REST or other APIs
- Small community and low star count may indicate limited support
- Requires MCP-compatible client to use the generated tools
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Works with any GraphQL endpoint without manual configuration
- Lightweight Go binary with minimal dependencies
- Leverages schema introspection for accurate tool generation
Cons
- Limited to GraphQL endpoints only, not REST or other APIs
- Small community and low star count may indicate limited support
- Requires MCP-compatible client to use the generated tools