GraphQL Schema
Createdhannesj
Enables Large Language Models to explore and understand GraphQL schemas through specialized tools.
About
This tool is a Model Context Protocol (MCP) server that exposes GraphQL schema information to Large Language Models (LLMs). It allows an LLM to explore and understand GraphQL schemas through a set of specialized tools, including loading schemas from files, exploring fields and types, searching with pattern matching, retrieving simplified field information, and filtering internal GraphQL types.
Key Features
- Loads GraphQL schemas from files.
- Explores query, mutation, and subscription fields.
- Provides detailed type definitions.
- Searches for types and fields using pattern matching.
- Filters out internal GraphQL types.
Use Cases
- Integrating GraphQL schema exploration with Claude Desktop.
- Integrating GraphQL schema exploration with Claude Code CLI.
- Enabling LLMs to understand and interact with GraphQL APIs.