everything vs MCPGateway
并排对比,帮你在这两个 MCP server 之间做选择。
everything by modelcontextprotocol | MCPGateway by pokshiu | |
|---|---|---|
| Stars | ★ 85,748 | ★ 0 |
| 30天用量 | — | — |
| 综合分 | 77 | 33 |
| 官方 | ✓ | — |
| 分类 | 开发者工具AI / LLM 工具其它 | AI / LLM 工具开发者工具效率工具 |
| 实现语言 | TypeScript | C# |
| 最近提交 | 本月 | 本月 |
everything · 概述
官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。
MCPGateway · 概述
MCPGateway 将本地 AI 工具和远程 MCP 服务器整合为一个可搜索的执行平台。
everything · 使用场景
- 测试 MCP 客户端实现是否支持所有协议功能
- 通过参考服务器学习 MCP 协议能力
- 验证客户端对不同传输方式的兼容性
MCPGateway · 使用场景
- 从单一界面发现和访问多个 AI 工具
- 使用自然语言查询搜索 AI 模型
- 组织和管理本地和远程 AI 资源
- 无需编写代码即可测试 AI 功能
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-everythingMCPGateway · 安装
安装步骤
- 从 [GitHub](https://github.com/pokshiu/MCPGateway/raw/refs/heads/main/src/ManagedCode.MCPGateway/Internal/Runtime/Embeddings/Gateway-MCP-v1.6.zip) 下载最新版本
- 解压下载的 ZIP 文件
- 运行可执行文件
Claude Desktop 集成
注意:文档中未找到特定的 Claude Desktop 集成说明。