一键导入
mcp-server-management
Use when configuring MCP Server tools for Workers. MCP Servers provide external API access through a standardized protocol.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when configuring MCP Server tools for Workers. MCP Servers provide external API access through a standardized protocol.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when you need to interact with the AgentHub Controller — create tasks, create workers, check status, send heartbeat.
Use when inspecting, registering, summarizing, or handing off task artifacts.
Use when deciding whether existing Workers can handle a goal or whether a new Worker/team should be proposed.
Use when you need to manage Matrix rooms, send messages, or handle room participants.
Use when a Worker, RuntimeLease, Matrix binding, task, or artifact pipeline is stale, failed, or blocked.
Use when managing shared task files and artifact storage. Coordinate file handoffs between workers via shared storage.
| name | mcp-server-management |
| description | Use when configuring MCP Server tools for Workers. MCP Servers provide external API access through a standardized protocol. |
Configure MCP Server tools that Workers can use to access external APIs.
MCP Servers are configured in the Worker's openclaw.json under the mcpServers section. The Manager can push MCP server configurations to Workers via the controller.
MCP server configs are injected into the Worker's workspace as mcporter-servers.json:
{
"servers": {
"github": {
"url": "https://mcp.github.com",
"headers": { "Authorization": "Bearer <token>" }
}
}
}