mcp-graphql
166
mcp-graphql is a server that facilitates interaction with GraphQL APIs by enabling Large Language Models to perform schema introspection and execute queries. It provides tools to access and manipulate GraphQL data securely, with customization options for specific implementations.
Overview
- Project Name: mcp-graphql
- Description: A Model Context Protocol server that enables LLMs to interact with GraphQL APIs, with capabilities for schema introspection and query execution.
- Usage: Run with the correct endpoint to automatically introspect queries; configure using environment variables.
- Features: Exposes GraphQL schema as a resource, provides tools for schema introspection and query execution, and allows optional mutation operations.
- Installation: Available via Smithery or manual installation.
- Security Considerations: Mutations are disabled by default to prevent data modifications; enables customization for specific server needs.