mcp-graphql-bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GRAPHQL_TOKEN | Yes | Bearer token for authentication | |
| GRAPHQL_API_URL | Yes | Endpoint used for queries and mutations | |
| GRAPHQL_INTROSPECTION_URL | Yes | Endpoint used for schema introspection (can be the same as GRAPHQL_API_URL) |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/murilojrpereira/mcp-graphql-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server