Skip to main content
Glama

GraphQL MCP Server

by FabrWill

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HEADERSNoJSON string containing headers for requests{}
ENDPOINTNoGraphQL endpoint URLhttp://localhost:4000/graphql
ALLOW_MUTATIONSNoEnable mutation operations (disabled by default)false

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
schema

Tools

Functions exposed to the LLM to take actions

NameDescription
inspect

Inspect this server

introspect

Introspect the GraphQL schema, use this tool before doing a query to get the schema information if you do not have it available as a resource already.

query

Query a GraphQL endpoint with the given query and variables

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/FabrWill/gql-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server