概要
This tool simplifies the process of creating an MCP Server from an existing GraphQL schema. It expects a JSON representation of the GraphQL schema, and provides helpful scripts for schema conversion and post-processing. It also provides customization options for special field processing. The generated MCP Server can be easily tested using the MCP inspector, allowing for manual verification.
主な機能
- Includes testing instructions with MCP inspector
- Generates a complete MCP Server ready for deployment
- Offers custom type processing for specific fields
- Converts GraphQL schema to MCP Server code
- 0 GitHub stars
- Supports schema post-processing for customization
ユースケース
- Building MCP-compatible services from GraphQL data models
- Migrating existing GraphQL APIs to MCP
- Creating an MCP Server from a GraphQL schema definition