GraphQL MCP Server
by ctkadvisors
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug mode | |
NODE_ENV | No | Node environment (development, production, etc.) | |
GRAPHQL_API_KEY | No | API key for the GraphQL API if needed | |
ENABLE_MUTATIONS | No | Enable GraphQL mutations (disabled by default for security) | false |
WHITELISTED_QUERIES | No | JSON array string or comma-separated list of allowed GraphQL queries | |
GRAPHQL_API_ENDPOINT | Yes | URL of the GraphQL API endpoint | https://your-graphql-api.com/graphql |
WHITELISTED_MUTATIONS | No | JSON array string or comma-separated list of allowed GraphQL mutations |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |