Skip to main content
Glama
ThoreKoritzius

GraphQL Schema Embedder MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FASTMCP_HOSTNoHost to bind the server to (overrides defaults).
FASTMCP_PORTNoPort to bind the server to (overrides defaults).
OPENAI_API_KEYNoAlternative to GRAPHQL_EMBED_API_KEY, specifically for OpenAI.
MCP_INSTRUCTIONSNoCustom instructions that describe the server and tool usage to the LLM.
FASTMCP_LOG_LEVELNoLog level for the server (e.g., DEBUG, INFO).
GRAPHQL_EMBED_MODELNoThe model to use for generating embeddings. Defaults to text-embedding-3-small.text-embedding-3-small
GRAPHQL_ENDPOINT_URLNoThe URL of the GraphQL endpoint to query against.
GRAPHQL_EMBED_API_KEYNoAPI key for the embeddings service.
GRAPHQL_EMBED_HEADERSNoA JSON object string containing extra headers for the embeddings request.
GRAPHQL_EMBEDDINGS_URLNoThe full URL for the embeddings service endpoint.
GRAPHQL_ENDPOINT_HEADERSNoA JSON object string containing headers for the GraphQL endpoint, merged with any --header flags.
GRAPHQL_EMBED_API_KEY_HEADERNoThe header name used for the embeddings API key.
GRAPHQL_EMBED_API_KEY_PREFIXNoThe prefix for the embeddings API key header value.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/ThoreKoritzius/graphql-mcp-server'

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