GraphQL MCP Server

by ctkadvisors
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable debug mode
NODE_ENVNoNode environment (development, production, etc.)
GRAPHQL_API_KEYNoAPI key for the GraphQL API if needed
ENABLE_MUTATIONSNoEnable GraphQL mutations (disabled by default for security)false
WHITELISTED_QUERIESNoJSON array string or comma-separated list of allowed GraphQL queries
GRAPHQL_API_ENDPOINTYesURL of the GraphQL API endpointhttps://your-graphql-api.com/graphql
WHITELISTED_MUTATIONSNoJSON array string or comma-separated list of allowed GraphQL mutations

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools