GraphQL Schema Embedder MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FASTMCP_HOST | No | Host to bind the server to (overrides defaults). | |
| FASTMCP_PORT | No | Port to bind the server to (overrides defaults). | |
| OPENAI_API_KEY | No | Alternative to GRAPHQL_EMBED_API_KEY, specifically for OpenAI. | |
| MCP_INSTRUCTIONS | No | Custom instructions that describe the server and tool usage to the LLM. | |
| FASTMCP_LOG_LEVEL | No | Log level for the server (e.g., DEBUG, INFO). | |
| GRAPHQL_EMBED_MODEL | No | The model to use for generating embeddings. Defaults to text-embedding-3-small. | text-embedding-3-small |
| GRAPHQL_ENDPOINT_URL | No | The URL of the GraphQL endpoint to query against. | |
| GRAPHQL_EMBED_API_KEY | No | API key for the embeddings service. | |
| GRAPHQL_EMBED_HEADERS | No | A JSON object string containing extra headers for the embeddings request. | |
| GRAPHQL_EMBEDDINGS_URL | No | The full URL for the embeddings service endpoint. | |
| GRAPHQL_ENDPOINT_HEADERS | No | A JSON object string containing headers for the GraphQL endpoint, merged with any --header flags. | |
| GRAPHQL_EMBED_API_KEY_HEADER | No | The header name used for the embeddings API key. | |
| GRAPHQL_EMBED_API_KEY_PREFIX | No | The prefix for the embeddings API key header value. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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