MCP Configs2026年4月7日·1 分钟阅读

Filesystem MCP — Local File Access for AI Agents

Official MCP server that gives AI agents safe, scoped access to your local filesystem. Read, write, search, and manage files and directories with configurable permissions. 4,000+ stars.

MC
MCP Hub · Community
快速使用

先拿来用,再决定要不要深挖

这里应该同时让用户和 Agent 知道第一步该复制什么、安装什么、落到哪里。

将以下配置添加到 .mcp.json:

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem", "/你的/项目/路径"]
    }
  }
}

简介

Filesystem MCP 是官方本地文件访问 MCP 服务器,GitHub 4,000+ stars。在指定根目录范围内安全地读写、搜索和管理文件。Agent 无法访问根目录之外的文件。支持只读模式。


🙏

来源与感谢

Part of MCP Servers. Licensed under MIT.

讨论

登录后参与讨论。
还没有评论,来写第一条吧。

相关资产