Sorftime 知识库

集成Sorftime MCP到工具

Openclaw 中配置 Sorftime MCP

前置条件

配置步骤

步骤 1:打开终端

在 Windows 上:

  1. Win+R
  2. 输入 powershell
  3. 按回车
PowerShell窗口

步骤 2:执行配置命令

在打开的 PowerShell 窗口中依次输入以下命令:

第 1 行:安装 mcporter(如果提示权限,按 A 确认)

npm install -g mcporter
安装mcporter

第 2 行:添加 Sorftime MCP(把 你的APIkey 换成真实的密钥)

mcporter config add sorftime-mcp https://mcp.sorftime.com?key=请先登录 --scope home
添加Sorftime MCP

第 3 行:验证

mcporter list
验证和重启

步骤 3:重启 OpenClaw

在 PowerShell 中输入:

openclaw gateway restart

配置成功!

配置成功