MCP Catalogs
首页

everything vs ab100

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

everything
by modelcontextprotocol
ab100
by timothywarner-org
Stars★ 85,748★ 20
30天用量
综合分7743
官方
分类
开发者工具AI / LLM 工具其它
AI / LLM 工具开发者工具education
实现语言TypeScriptBicep
最近提交本月1 个月前

everything · 概述

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

ab100 · 概述

包含 MCP 驱动的 Foundry 代理实现和 GitHub Copilot 学习助手的认证准备课程。

everything · 使用场景

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

ab100 · 使用场景

  • 准备微软 AB-100 认证考试
  • 将 Foundry 代理部署为 MCP 服务器
  • 使用集成了 MCP 的 GitHub Copilot 创建学习助手

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

ab100 · 安装

安装

先决条件

  • 拥有 Microsoft 365 Copilot 和 Microsoft Copilot Studio 许可证的 Microsoft 365 租户
  • 用于代理创作的 Microsoft Power Platform 环境
  • 用于模型和 Foundry Tools 演示的 Microsoft Foundry 项目
  • 对一个 Microsoft 业务应用栈的工作知识

快速开始

  1. 克隆存储库:git clone https://github.com/timothywarner-org/ab100.git
  2. 在 VS Code 中打开以启用 Cert Buddy 代理
  3. 按照 src/README.md 中的说明运行第 3 小时的 POC Foundry 代理 + MCP 堆栈

MCP 服务器配置

MCP 服务器配置在 .vscode/mcp.json 中,并在 src/app/ 目录中使用 Python FastMCP 实现。

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