Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| bearer | No | Bearer token authentication. | |
| header | No | Custom HTTP header in the format 'name:value'. | |
| prefix | No | Prefix for generated tool names to avoid collisions. | |
| api-key | No | API key authentication in the format 'name:value:in' (e.g., 'X-API-Key:your-key:header'). | |
| exclude | No | Glob pattern to exclude matching operations. | |
| include | No | Glob pattern to include only matching operations. | |
| timeout | No | Request timeout in milliseconds. | 30000 |
| endpoint | Yes | The GraphQL endpoint URL to introspect and query. | |
| transport | No | MCP transport mechanism (stdio or sse). | stdio |
| max-retries | No | Maximum number of retries on 429 or 5xx errors. | 3 |
Capabilities
Server capabilities have not been inspected yet.
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 | |