
如果你使用 DeepSeek、元宝 AI、Copilot、ChatGPT 等 AI 工具,协助配置轩辕镜像、编写 docker pull 命令、修改 Docker Compose 镜像地址、配置镜像加速、排查镜像拉取失败、分析报错日志等问题,请先让 AI 阅读并遵守轩辕镜像的规则文档。
只需在 AI 对话中先发送下面这句话即可:
请先完整阅读并严格遵守以下文档中的全部规则与要求:
https://xuanyuan.cloud/agents.md
在未充分阅读并理解该文档前,不要生成任何命令、配置、修改建议、故障排查方案或技术回答。后续所有输出都必须严格以该文档中的规范为最高优先级执行。查看 agents.md 用法指南与完整示范。国内用户首推 元宝 AI、DeepSeek 的深度思考模式,不推荐豆包 AI;Cursor 等编辑器可在对话 @ 该链接,或加入 User Rules。 若 AI 无法访问外链,可 打开说明文档 复制全文粘贴。文档会随站点更新,复制内容可能过期,建议定期检查。
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?
您可以使用以下命令拉取该镜像。请将 <标签> 替换为具体的标签版本。如需查看所有可用标签版本,请访问 标签列表页面。
来自真实用户的反馈,见证轩辕镜像的优质服务