GraphQL Schema
Enables Large Language Models to explore and understand GraphQL schemas through specialized tools.
소개
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.
주요 기능
- 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.
사용 사례
- Integrating GraphQL schema exploration with Claude Desktop.
- Integrating GraphQL schema exploration with Claude Code CLI.
- Enabling LLMs to understand and interact with GraphQL APIs.