MCP Catalogs
首页

daymon vs filesystem

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

daymon
by daymonio
filesystem
by modelcontextprotocol
Stars★ 373★ 85,748
30天用量
综合分5077
官方
分类
AI / LLM 工具效率工具本地文件系统
本地文件系统开发者工具效率工具
实现语言TypeScriptTypeScript
最近提交3 个月前本月

daymon · 概述

Daymon 是一个 MCP 服务器,通过持久化记忆、定时任务和文件监视功能扩展 Claude。

filesystem · 概述

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

daymon · 使用场景

  • 安排每日报告或摘要在特定时间自动运行
  • 创建关于项目、偏好或重要细节的持久化记忆
  • 设置文件监视器来自动组织或处理新文件

filesystem · 使用场景

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

daymon · 安装

安装

macOS — Homebrew(推荐)

brew install daymonio/daymon/daymon

Windows — 下载

从 [GitHub Releases](https://github.com/daymonio/daymon/releases/latest) 下载最新的 .exe 安装程序。

Linux — 下载

从 [GitHub Releases](https://github.com/daymonio/daymon/releases/latest) 下载 .deb.AppImage

Claude Desktop 集成:

  1. 安装 Daymon 并打开它
  2. Daymon 在首次启动时自动配置 Claude Desktop

Claude Code 集成:

  1. 安装 Daymon 并打开它
  2. 如果存在 ~/.claude.json,Daymon 会自动配置 Claude Code

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 中安装。

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