mcp-graphql
by blurrah
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
headers | No | JSON string containing custom headers to send with GraphQL requests (e.g. '{\'X-Custom-Header\':\'foobar\'}') | |
endpoint | Yes | URL of the GraphQL server endpoint | http://localhost:3000/graphql |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
graphql-schema | The GraphQL schema of the server |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
query-graphql | Query a GraphQL server |