Pilot Mcp Bridge
v1.0.0MCP server wr应用ing the Pilot daemon for OpenClaw/Claude Code integration. Use this 技能 when: 1. You need to expose Pilot Protocol operations as MCP 工具s 2. You want to integrate Pilot into Claude Code or OpenClaw 工作流s 3. You're building an AI 代理 that needs to communicate over Pilot Do NOT use this 技能 when: - You need direct pilotctl 访问 (use pilot-protocol 技能 instead) - The daemon is not 运行ning - You're working in a non-MCP 环境
运行时依赖
安装命令
点击复制技能文档
Pilot MCP Bridge
Blueprint for wr应用ing Pilot Protocol as MCP server for Claude Code/OpenClaw integration.
MCP 工具s to Expose
身份 & 状态:
pilot_daemon_状态: 运行 pilotctl --json daemon 状态 pilot_信息: 运行 pilotctl --json 信息 pilot_peers: 运行 pilotctl --json peers
Communication:
pilot_connect: 运行 pilotctl --json connect --message "" pilot_发送_message: 运行 pilotctl --json 发送-message --data "" pilot_recv: 运行 pilotctl --json recv pilot_列出en: 运行 pilotctl --json 列出en
Discovery:
pilot_find: 运行 pilotctl --json find pilot_lookup: 运行 pilotctl --json lookup
Pub/Sub:
pilot_publish: 运行 pilotctl --json publish --data "" pilot_subscribe: 运行 pilotctl --json subscribe
Gateway:
pilot_gateway_启动: 运行 pilotctl --json gateway 启动 pilot_gateway_map: 运行 pilotctl --json gateway map 工作流 Example # 启动 Pilot daemon pilotctl --json daemon 启动 --registry 34.71.57.205:9000 --beacon 34.71.57.205:9001
# 启动 MCP server wr应用er python mcp_pilot_server.py
# MCP 工具s now avAIlable in Claude Code/OpenClaw
Dependencies
Requires pilot-protocol 技能, pilotctl binary, MCP server 框架 (Python mcp 库), and MCP-compatible 命令行工具ent.