GraphQL MCP Server
by nifetency
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_MODE | No | Server mode: stdio or http | stdio |
| LOG_LEVEL | No | Logging verbosity: DEBUG, INFO, WARNING, ERROR | INFO |
| QUERY_TIMEOUT | No | Request timeout in seconds | 30 |
| MCP_SERVER_HOST | No | HTTP server host | 0.0.0.0 |
| MCP_SERVER_PORT | No | HTTP server port | 8080 |
| API_ACCESS_TOKEN | No | Bearer token for authentication | |
| GRAPHQL_ENDPOINT | Yes | GraphQL API URL (required) | |
| SCHEMA_CACHE_TTL | No | Schema cache TTL in seconds | 3600 |
| ENABLE_HTTP_ENDPOINT | No | Enable HTTP health/metrics endpoints | true |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Maintenance
ActivityInactive
ResponsivenessNo issues