顺序思考 MCP
为 AI 提供结构化的分步推理能力,拆解复杂任务。
ModelContextProtocol·↓ 1.2k 次安装·1 个月前
安装命令
终端
npx -y @modelcontextprotocol/server-sequential-thinking在 Cursor 中配置(mcp.json)
{
"mcpServers": {
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
}
}
}