GraphQL MCP Bridge

GraphQL MCP Bridge

Hello Everyone! :blush:
This might be helpful for ones who are into #MCP and specifically #GraphQL.Last weekend I was trying to convert a GraphQL Schema to a set of queries and mutations and I turned the result to a Library called GraphQL-MCP-Bridge

You can simply convert your graphql schema(Dgraph Schema) to a set of MCP Tools with proper Zod validation + output selection schema.

If u r interested in a short video tutorial check out my post on LinkedIn.(I am using a Dgraph GraphQL API in this)

https://github.com/pshaddel/graphql-mcp-bridge

Feel free to leave me ur feedbacks!