OpenClaw 接入
OpenClaw 是一款开源的多模型 AI 客户端,支持 MCP 协议。
配置步骤
- 打开 OpenClaw → 设置 → MCP Servers
- 点击「添加」按钮
托管 HTTP 模式(推荐)
json
{
"mcpServers": {
"sentinel": {
"url": "https://mcp.priceminder.online?key=你的MCP-Key"
}
}
}本地 stdio 模式
OpenClaw 使用 YAML 格式配置:
yaml
name: sentinel
command: uvx
args: ["sentinel-mcp-server"]
env:
SENTINEL_API_BASE: "https://priceminder.online/api/v1"
SENTINEL_TOKEN: "你的 API Token"- 保存后重启 OpenClaw,在对话中即可使用
验证
配置完成后,尝试以下对话:
- "竞品最近价格怎么样"
- "帮我看看采集系统运行正常吗"