VeyraX MCP is the only connection you need to access all your tools in any MCP-compatible environment.
What is an MCP Server?
| Attribute | Details |
|---|---|
| Docker Image | https://hub.docker.com/repository/docker/mcp/veyrax |
| Author | https://github.com/VeyraX |
| Repository | https://github.com/VeyraX/veyrax-mcp |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/VeyraX/veyrax-mcp/blob/4171ea88cc3a0e28599b68166eb54281470d622f/Dockerfile |
| Commit | 4171ea88cc3a0e28599b68166eb54281470d622f |
| Docker Image built by | Docker Inc. |
| Docker Scout Health Score | !Docker Scout Health Score |
| Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/veyrax --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
| Licence |
| Tools provided by this Server | Short Description |
|---|---|
get_flow | "Use this tool to retrieve a specific workflow by its ID. |
get_tools | "Use this tool to retrieve a list of available tools from the Veyrax API. |
tool_call | "Use this tool to execute a specific method of another tool with the provided parameters based on get-tools tool response. |
Tool: get_flow
"Use this tool to retrieve a specific workflow by its ID.
Workflow is sequence of steps that are executed in order to get some result. Flow comes with description, steps and input schema of all methods to call.
You can call this tool once you have a flowId which usually you can get from: user directly OR using get-tools method."
| Parameters | Type | Description |
|---|---|---|
flowId | string | The ID of the workflow to retrieve. |
Tool: get_tools
"Use this tool to retrieve a list of available tools from the Veyrax API. This will return dynamic tools that user has access to. You can use this tool to get the list of tools, method names and parameters, and then use tool_call tool to call the tool with the provided parameters. This method also returns all flows with name and id that user has access to (if any). "
| Parameters | Type | Description |
|---|---|---|
question | string | Query question that you want find answer for. Try to ALWAYS provide this field based on conversation with user. Could be your reasoning for calling tool. |
tool | string | Guess the tool name. Use explicit information based on the user's request or make an educated guess. It will be used for vector search for identifying the most relevant tools. |
Tool: tool_call
"Use this tool to execute a specific method of another tool with the provided parameters based on get-tools tool response. You need to specify the tool name, method name, and any required parameters for that method."
| Parameters | Type | Description |
|---|---|---|
method | string | The method of the tool to call (e.g., 'get_messages', 'send_message', 'list_events') |
tool | string | The name of the tool to call (e.g., 'gmail', 'google-calendar', 'slack') |
parameters | object optional | The parameters required by the specific tool method being called, it is MUST HAVE field. |
question | string optional | User question that you want find answer for. Try to ALWAYS provide this field based on conversation with user. Could be your reasoning for calling tool. |
json{ "mcpServers": { "veyrax": { "command": "docker", "args": [ "run", "-i", "--rm", "-e", "VEYRAX_API_KEY", "mcp/veyrax" ], "env": { "VEYRAX_API_KEY": "your-veyrax-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 与超大单层
来自真实用户的反馈,见证轩辕镜像的优质服务