AgentHubAgentHub

顺序思考

MCP ServerMCP Hub 中国

io.mcp-cn.modelcontextprotocol/server-sequential-thinking · vlatest

帮助AI进行结构化思考和推理的MCP工具

概览

顺序思考 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

AI辅助思考工具推理逻辑

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "server-sequential-thinking": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sequential-thinking"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.mcp-cn.modelcontextprotocol/server-sequential-thinking",
  "type": "mcp-server",
  "version": "latest",
  "displayName": "顺序思考",
  "description": "帮助AI进行结构化思考和推理的MCP工具",
  "author": {
    "name": "Anthropic, PBC"
  },
  "homepage": "https://mcp-cn.com/server/63",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@modelcontextprotocol/server-sequential-thinking",
        "runtimeHint": "npx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [
    "use_count:228786",
    "AI辅助",
    "思考工具",
    "推理",
    "逻辑"
  ],
  "provenance": {
    "origin": "mcp-cn",
    "originalId": "@modelcontextprotocol/server-sequential-thinking",
    "originalUrl": "https://mcp-cn.com/server/63",
    "isOfficial": false,
    "status": "active"
  }
}
顺序思考 — MCP Server 安装与配置 · AgentHub