CursorPool
← 返回首页
FoodforThought logo

FoodforThought

0

面向 Cursor IDE 的机器人技能开发平台,提供 30 多个工具用于管理技能、在仿真中测试、检查机器人兼容性、从文本生成技能、团队协作与部署。

MCPFoodforThought
添加到 Cursor

安装时此配置会传入 Cursor,请先检查 command / args / env 等字段再继续。

{
  "mcpServers": {
    "foodforthought": {
      "command": "python",
      "args": [
        "-m",
        "ate.mcp_server"
      ],
      "env": {
        "ATE_API_URL": "https://kindly.fyi/api"
      }
    }
  }
}