MCP Catalogs
首页

sequentialthinking vs educhain-ai-agent-kit

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

sequentialthinking
by modelcontextprotocol
educhain-ai-agent-kit
by SailFish-Finance
Stars★ 85,748★ 6
30天用量
综合分7536
官方
分类
AI / LLM 工具开发者工具效率工具
金融数据开发者工具blockchain
实现语言TypeScriptTypeScript
最近提交本月10 个月前

sequentialthinking · 概述

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

educhain-ai-agent-kit · 概述

MCP服务器提供EDUCHAIN区块链操作,包括代币查询、钱包管理、交换和套利检测功能。

sequentialthinking · 使用场景

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

educhain-ai-agent-kit · 使用场景

  • 交易助手,用于监控代币价格并在SailFish DEX上执行交换
  • 钱包管理工具,用于检查余额和发送代币
  • 套利检测系统,用于识别交易所之间的盈利机会

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"
      ]
    }
  }
}

educhain-ai-agent-kit · 安装

  1. 确保您已安装Node.js
  2. 克隆此存储库
  3. 安装依赖项:npm install
  4. 构建项目:npm run build
  5. 将MCP服务器添加到您的Claude Desktop配置文件中:
{
  "mcpServers": {
    "sailfish": {
      "command": "node",
      "args": ["/path/to/SubgraphMCP/build/index.js"],
      "env": {
        "RPC_URL": "https://your-edu-rpc-url.com"
      }
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。