Skip to main content
Glama
k-edge

mcp-graphql-bridge

by k-edge

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GRAPHQL_TOKENNoBearer token for GraphQL authentication (used for query/mutation execution). Omit for public APIs.
MCP_AUTH_TOKENNoBearer token required by the hosted /mcp HTTP endpoint when MCP_TRANSPORT=http.
GRAPHQL_API_URLNoEndpoint used for queries and mutations. Defaults to a public demo API (https://countries.trevorblades.com/graphql) if unset — replace with your own for real use.https://countries.trevorblades.com/graphql
GRAPHQL_MAX_TOOLSNoMaximum number of query/mutation tools to register. Queries are prioritized over mutations when truncating. Default 128.128
GRAPHQL_MAX_RETRIESNoRetries (0–5) for 429/502/503/504 responses, honoring Retry-After when present. Default 0 (disabled).0
GRAPHQL_INCLUDE_MUTATIONSNoSet to false to exclude every mutation field entirely, for a read-only deployment. Default true.true
GRAPHQL_INTROSPECTION_URLNoEndpoint used for schema introspection. Defaults to GRAPHQL_API_URL if unset.
GRAPHQL_INTROSPECTION_TOKENNoBearer token for schema introspection, if it requires different credentials than execution (e.g. a separate schema registry). Defaults to GRAPHQL_TOKEN if unset.

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

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
query__continentD

[QUERY] continent

query__continentsC

[QUERY] continents

query__countriesD

[QUERY] countries

query__countryC

[QUERY] country

query__languageD

[QUERY] language

query__languagesC

[QUERY] languages

execute_graphqlA

Execute any GraphQL query or mutation against the API. Use this when no specific tool exists for your operation.

get_type_detailsA

Get fields of a specific GraphQL type to know what to put in __fields

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/k-edge/mcp-graphql-core'

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