mcp-graphql-enhanced
by letoribo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NAME | No | Name of the MCP server | mcp-graphql-enhanced |
| SCHEMA | No | Path to a local GraphQL schema file or URL (optional) | |
| HEADERS | No | JSON string containing headers for requests | {} |
| ENDPOINT | No | GraphQL endpoint URL | http://localhost:4000/graphql |
| ALLOW_MUTATIONS | No | Enable mutation operations (disabled by default) | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| query-graphql | Execute a GraphQL query against the endpoint |
| introspect-schema | Introspect the GraphQL schema with optional type filtering |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| health-check | Check if the GraphQL endpoint is alive |
| schema-overview | List all available types |
| list-scalars | List all scalar types |
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/letoribo/mcp-graphql-enhanced'
If you have feedback or need assistance with the MCP directory API, please join our Discord server