- Published on
cursor使用顺序思维
- Authors
- Name
- Zqq
cursor中使用顺序思维MCP
针对于
nam
环境 npx无法使用的情况
- 全局安装环境包
npm install -g @modelcontextprotocol/server-sequential-thinking
- 找到环境包安装位置 我是在这里
C:/Users/{UserName}/AppData/Roaming/nvm/v18.19.1/node_modules/@modelcontextprotocol/server-sequential-thinking/dist/index.js
建议直接使用 EveryThine
进行搜索关键字 server-sequential-thinking
- 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"
]
}
}
}