Enables Large Language Models to interact with GraphQL APIs through schema introspection and query execution.
The GraphQL server implements the Model Context Protocol, allowing LLMs to dynamically discover and utilize GraphQL APIs. It provides tools for schema introspection and query execution, enabling LLMs to interact with your GraphQL data. Mutations are disabled by default for security reasons, but can be enabled with a command-line argument. This tool is designed for developers looking to integrate GraphQL APIs with LLMs in a dynamic and controllable manner.