everything vs suse-ai-up
并排对比,帮你在这两个 MCP server 之间做选择。
everything by modelcontextprotocol | suse-ai-up by SUSE | |
|---|---|---|
| Stars | ★ 85,748 | ★ 28 |
| 30天用量 | — | — |
| 综合分 | 77 | 44 |
| 官方 | ✓ | — |
| 分类 | 开发者工具AI / LLM 工具其它 | 运维基建AI / LLM 工具开发者工具 |
| 实现语言 | TypeScript | Go |
| 最近提交 | 本月 | 1 个月前 |
everything · 概述
官方 MCP 测试服务器,展示协议全部功能,供客户端开发者使用。
suse-ai-up · 概述
SUSE AI Universal Proxy 是一个全面管理和代理 MCP 服务器的平台,可在多个微服务间安全编排 AI 服务。
everything · 使用场景
- 测试 MCP 客户端实现是否支持所有协议功能
- 通过参考服务器学习 MCP 协议能力
- 验证客户端对不同传输方式的兼容性
suse-ai-up · 使用场景
- 企业 AI 服务编排与集中管理
- 多租户 MCP 服务器部署与身份验证
- 基于插件扩展的 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-everythingsuse-ai-up · 安装
安装选项
Helm 安装(推荐)
- 克隆仓库:
git clone https://github.com/suse/suse-ai-up - 进入目录:
cd suse-ai-up - 在 values.yaml 中设置:
- service.type: LoadBalancer - auth.method: development(无认证)
- 使用 helm chart 安装:
``bash helm install suse-ai-up ./charts/suse-ai-up ``
- 通过
kubectl get svc suse-ai-up-service显示的 IP 地址访问服务
本地开发
git clone https://github.com/suse/suse-ai-up.git
cd suse-ai-up
go run ./cmd/uniproxy