mcp4gql
JSON →An MCP server that acts as a bridge, allowing MCP clients to interact with a target GraphQL API.
Tools · 2
- introspectGraphQLSchema Fetches the target GraphQL API schema using introspection.
- executeGraphQLOperation Executes arbitrary GraphQL queries or mutations against the target API, taking query, optional variables, and optional operationName as input.
Environment variables
AUTH_TOKENYOUR_GRAPHQL_ENDPOINT_URLYOUR_OPTIONAL_AUTH_TOKEN
Links
★ 3 GitHub stars