MCP Catalogs
首页

mcp-dbutils vs everything

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

mcp-dbutils
by donghao1393
everything
by modelcontextprotocol
Stars★ 88★ 85,748
30天用量
综合分4177
官方
分类
数据库开发者工具安全
开发者工具AI / LLM 工具其它
实现语言PythonTypeScript
最近提交12 个月前本月

mcp-dbutils · 概述

mcp-dbutils 是一个安全的 MCP 服务器,让 AI 能够以只读方式分析多种数据库的数据。

everything · 概述

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

mcp-dbutils · 使用场景

  • 跨多种数据库类型的 AI 驱动数据分析
  • 企业环境中的安全数据库交互
  • 自动化数据库探索和架构分析

everything · 使用场景

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

mcp-dbutils · 安装

安装

使用 Smithery(推荐)

smithery install @donghao1393/mcp-dbutils

使用 uvx

uvx mcp-dbutils

使用 Docker

docker run -it donghao1393/mcp-dbutils

Claude Desktop 配置

添加到您的 Claude Desktop 配置中:

{
  "mcpServers": {
    "dbutils": {
      "command": "mcp-dbutils",
      "args": []
    }
  }
}

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
对比内容由 README + GitHub 公开数据自动生成,定期更新。