MCP Catalogs
首页

EVE-EST-MCP vs sequentialthinking

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

EVE-EST-MCP
by kongyo2
sequentialthinking
by modelcontextprotocol
Stars★ 2★ 85,748
30天用量
综合分3275
官方
分类
其它开发者工具
AI / LLM 工具开发者工具效率工具
实现语言TypeScriptTypeScript
最近提交10 个月前本月

EVE-EST-MCP · 概述

EVE-EST-MCP 是一个为《EVE Online》玩家提供服务器时间和停机时间计算的 MCP 服务器。

sequentialthinking · 概述

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

EVE-EST-MCP · 使用场景

  • 需要跟踪服务器时间进行舰队行动和市场活动的《EVE Online》玩家
  • 需要根据 EVE 服务器时间安排行动的机器人开发者
  • 需要与服务器停机时间相关发布活动的社区管理员

sequentialthinking · 使用场景

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

EVE-EST-MCP · 安装

安装

  1. 克隆仓库:
git clone https://github.com/kongyo2/EVE-EST-MCP.git
cd EVE-EST-MCP
  1. 安装依赖:
npm install
  1. 启动服务器:
npm run start

对于 Claude Desktop,添加到您的 claude_desktop_config.json

{
  "mcpServers": {
    "eve-est": {
      "command": "node",
      "args": ["dist/index.js"],
      "env": {}
    }
  }
}

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"
      ]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。