Transform natural language queries into GraphQL queries using an AI agent. Provides schema management, query validation, execution, and history tracking.
623
0
5 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
text-to-graphql
to the mcpServers
section:{
"mcpServers": {
"text-to-graphql": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"OPENAI_API_KEY",
"-e",
"GRAPHQL_ENDPOINT",
"-e",
"GRAPHQL_API_KEY",
"mcp/text-to-graphql@sha256:d260ee59e2fe08b444fea26fe935109cf0e6336c1677256c0274bdaa84e69997"
],
"env": {
"OPENAI_API_KEY": "sk-proj-xxx",
"GRAPHQL_ENDPOINT": "https://your-graphql-api.com/graphql",
"GRAPHQL_API_KEY": "your_api_key_here"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Text-to-GraphQL
version: 1.0.1
schema: v1
mcpServers:
- name: Text-to-GraphQL
command: docker
args:
- run
- --rm
- -i
- -e
- OPENAI_API_KEY
- -e
- GRAPHQL_ENDPOINT
- -e
- GRAPHQL_API_KEY
- mcp/text-to-graphql@sha256:d260ee59e2fe08b444fea26fe935109cf0e6336c1677256c0274bdaa84e69997
env:
OPENAI_API_KEY: "sk-proj-xxx"
GRAPHQL_ENDPOINT: "https://your-graphql-api.com/graphql"
GRAPHQL_API_KEY: "your_api_key_here"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
text-to-graphql
to the mcpServers
section:{
"mcpServers": {
"text-to-graphql": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"OPENAI_API_KEY",
"-e",
"GRAPHQL_ENDPOINT",
"-e",
"GRAPHQL_API_KEY",
"mcp/text-to-graphql@sha256:d260ee59e2fe08b444fea26fe935109cf0e6336c1677256c0274bdaa84e69997"
],
"env": {
"OPENAI_API_KEY": "sk-proj-xxx",
"GRAPHQL_ENDPOINT": "https://your-graphql-api.com/graphql",
"GRAPHQL_API_KEY": "your_api_key_here"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for