
Transform natural language queries into GraphQL queries using an AI agent. Provides schema management, query validation, execution, and history tracking.
What is an MCP Server?
| Attribute | Details |
|---|---|
| Docker Image | https://hub.docker.com/repository/docker/mcp/text-to-graphql |
| Author | https://github.com/Arize-ai |
| Repository | https://github.com/Arize-ai/text-to-graphql-mcp |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/Arize-ai/text-to-graphql-mcp/blob/69669c1bc00b3f1a5c5af3ff0265778214b***/Dockerfile |
| Commit | 69669c1bc00b3f1a5c5af3ff0265778214b10486 |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | !Docker Scout Health Score |
| Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/text-to-graphql --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| Licence | Other |
| Tools provided by this Server | Short Description |
|---|---|
execute_graphql_query | Execute a GraphQL query and optionally visualize the results |
generate_graphql_query | Generate a GraphQL query from natural language description |
get_query_examples | Get example queries to help users understand what they can ask for |
get_query_history | Retrieve the history of all queries |
validate_graphql_query | Validate and update a GraphQL query |
Tool: execute_graphql_query
Execute a GraphQL query and optionally visualize the results
| Parameters | Type | Description |
|---|---|---|
graphql_query | string | The GraphQL query to execute |
history_id | string optional | Optional history ID to update |
natural_language_query | string optional | The original natural language query for context |
variables | string optional | Optional variables for the GraphQL query |
Tool: generate_graphql_query
Generate a GraphQL query from natural language description
| Parameters | Type | Description |
|---|---|---|
query | string | Natural language description of the desired GraphQL query |
history_id | string optional | Optional history ID to associate with this query |
Tool: get_query_examples
Get example queries to help users understand what they can ask for
Returns: JSON string containing example queries
Tool: get_query_history
Retrieve the history of all queries
Returns: JSON string containing all query history
Tool: validate_graphql_query
Validate and update a GraphQL query
| Parameters | Type | Description |
|---|---|---|
graphql_query | string | The GraphQL query to validate |
history_id | string optional | Optional history ID to update |
natural_language_query | string optional | The original natural language query for context |
json{ "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" ], "env": { "OPENAI_API_KEY": "sk-proj-xxx", "GRAPHQL_ENDPOINT": "https://your-graphql-api.com/graphql", "GRAPHQL_API_KEY": "your_api_key_here" } } } }
Why is it safer to run MCP Servers with Docker?
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。


探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
无需登录使用专属域名
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
Podman 容器引擎配置
HPC 科学计算容器配置
ghcr、Quay、nvcr 等镜像仓库
Harbor Proxy Repository 对接专属域名
Portainer Registries 加速拉取
Nexus3 Docker Proxy 内网缓存
需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单
docker search 限制
站内搜不到镜像
离线 save/load
插件要用 plugin install
WSL 拉取慢
安全与 digest
新手拉取配置
镜像合规机制
manifest unknown
no matching manifest(架构)
invalid tar header(解压)
TLS 证书失败
DNS 超时
域名连通性排查
410 Gone 排查
402 与流量用尽
401 认证失败
429 限流
D-Bus 凭证提示
413 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务