MCP Catalogs
首页

filesystem vs bernstein

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

filesystem
by modelcontextprotocol
bernstein
by sipyourdrink-ltd
Stars★ 85,748★ 375
30天用量
综合分7752
官方
分类
本地文件系统开发者工具效率工具
开发者工具AI / LLM 工具安全
实现语言TypeScriptPython
最近提交本月本月

filesystem · 概述

功能丰富的文件系统操作 MCP 服务器,具有动态目录访问控制功能。

bernstein · 概述

审计级多智能体编排系统,为CLI编码工具提供HMAC链式审计日志和签名代理卡。

filesystem · 使用场景

  • 使 AI 模型能够读取和写入项目文件进行开发
  • 允许 Claude 或其他 MCP 客户端浏览和分析代码库
  • 为内容生成提供对特定目录的安全沙盒访问

bernstein · 使用场景

  • 并行运行3个以上CLI编码工具的工程团队
  • 需要审计记录的受监管或本地部署环境
  • 需要对AI代理决策负责的平台团队

filesystem · 安装

安装

使用 NPX

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    }
  }
}

使用 Docker

{
  "mcpServers": {
    "filesystem": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "--mount", "type=bind,src=/path/to/allowed/dir,dst=/projects/allowed/dir",
        "mcp/filesystem",
        "/projects"
      ]
    }
  }
}

VS Code 扩展

点击 README 中的安装按钮直接在 VS Code 中安装。

bernstein · 安装

pipx install bernstein
bernstein init
bernstein run -g "修复tests/test_foo.py中的失败测试"

对于MCP服务器模式:

  1. 通过pipx安装Bernstein
  2. 在MCP客户端中配置:
{
  "mcpServers": {
    "bernstein": {
      "command": "bernstein",
      "args": ["mcp"]
    }
  }
}

其他安装方法:

curl -fsSL https://bernstein.run/install.sh | sh  # macOS/Linux
irm https://bernstein.run/install.ps1 | iex     # Windows
pip install bernstein                           # pip
uv tool install bernstein                       # uv
brew tap chernistry/tap && brew install bernstein # Homebrew
对比内容由 README + GitHub 公开数据自动生成,定期更新。