MCP Catalogs
首页

everything vs AgentCrew

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

everything
by modelcontextprotocol
AgentCrew
by saigontechnology
Stars★ 85,748★ 200
30天用量
综合分7749
官方
分类
开发者工具AI / LLM 工具其它
AI / LLM 工具开发者工具效率工具
实现语言TypeScriptPython
最近提交本月本月

everything · 概述

官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。

AgentCrew · 概述

AgentCrew 是一个支持 MCP 的 Python 多智能体系统,用于专业化 AI 协作。

everything · 使用场景

  • 测试 MCP 客户端实现是否支持所有协议功能
  • 通过参考服务器学习 MCP 协议能力
  • 验证客户端对不同传输方式的兼容性

AgentCrew · 使用场景

  • 开发工作流中的代码审查和安全分析
  • 具有专业化智能体角色的研究项目,用于信息收集
  • 通过协调的智能体操作实现自动化任务

everything · 安装

NPX(推荐)

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

Windows 用户请使用 cmd /c

{
  "mcpServers": {
    "everything": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
    }
  }
}

Docker

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

全局安装

npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everything

AgentCrew · 安装

安装

**macOS / Linux**

curl -LsSf https://agentcrew.dev/install.sh | bash

**Windows**

powershell -ExecutionPolicy ByPass -c "irm https://agentcrew.dev/install.ps1 | iex"

**pip (任何平台)**

pip install agentcrew-ai

配置

通过环境变量添加 API 密钥:

export ANTHROPIC_API_KEY="sk-ant-..."

或在 ~/.AgentCrew/config.json 创建配置文件

对比内容由 README + GitHub 公开数据自动生成,定期更新。