Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GRAPHQL_NAME | No | Name of the MCP server | mcp-graphql |
| GRAPHQL_SCHEMA | No | Path to a local GraphQL schema file (optional) | |
| GRAPHQL_HEADERS | No | JSON string containing headers for requests | {} |
| GRAPHQL_ENDPOINT | No | GraphQL endpoint URL | http://localhost:4000/graphql |
| GRAPHQL_ENABLE_MUTATIONS | No | Enable mutation operations (disabled by default) | false |
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 | |