Published on

cursor使用顺序思维

Authors

cursor中使用顺序思维MCP

针对于nam环境 npx无法使用的情况

  1. 全局安装环境包
npm install -g @modelcontextprotocol/server-sequential-thinking
  1. 找到环境包安装位置 我是在这里
C:/Users/{UserName}/AppData/Roaming/nvm/v18.19.1/node_modules/@modelcontextprotocol/server-sequential-thinking/dist/index.js

建议直接使用 EveryThine 进行搜索关键字 server-sequential-thinking

  1. cursor 配置
{
    "mcpServers": {
        "sequential-thinking": {
            "command": "node",
            "args": [
                "C:/Users/zqq/AppData/Roaming/nvm/v18.19.1/node_modules/@modelcontextprotocol/server-sequential-thinking/dist/index.js"
            ]
        }
    }
}