MCP Catalogs
首页

sequentialthinking vs terminal_server

并排对比,帮你在这两个 MCP server 之间做选择。

sequentialthinking
by modelcontextprotocol
terminal_server
by theailanguage
Stars★ 85,748★ 83
30天用量
综合分7540
官方
分类
AI / LLM 工具开发者工具效率工具
开发者工具运维基建其它
实现语言TypeScriptPython
最近提交本月11 个月前

sequentialthinking · 概述

Sequential Thinking MCP 服务器通过逐步推理支持动态问题解决。

terminal_server · 概述

MCP 服务器,允许AI模型执行终端命令,提供多种安装方式。

sequentialthinking · 使用场景

  • 规划复杂系统迁移并进行风险评估
  • 需要逐步分析的调试生产环境问题
  • 比较具有条件分支的架构选项

terminal_server · 使用场景

  • 通过 AI 命令自动化系统管理任务
  • 使 AI 能够与本地开发环境交互
  • 构建能够执行 shell 操作的 AI 助手

sequentialthinking · 安装

安装

**Claude Desktop**: 添加到您的 claude_desktop_config.json 文件中:

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

**VS Code**: 使用安装按钮或手动配置:

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

**Docker**:

{
  "mcpServers": {
    "sequentialthinking": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "mcp/sequentialthinking"
      ]
    }
  }
}

terminal_server · 安装

安装选项

选项 1:本地 Python 安装

  1. 克隆仓库
  2. 安装 Python 依赖
  3. 在本地运行服务器

选项 2:Docker 安装

  1. 构建 Docker 镜像
  2. 在本地运行容器

选项 3:使用 Docker 和 SSE

  1. 构建带 SSE 的 Docker 镜像
  2. 在本地运行或部署到云平台

Claude Desktop 配置

{
  "mcpServers": {
    "terminal": {
      "command": "python",
      "args": ["path/to/server.py"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。