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 |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nifetency/nife-mcp-graphql'
If you have feedback or need assistance with the MCP directory API, please join our Discord server