CursorPool
← 返回 MCP 列表

文件系统 MCP

让 AI 安全地读取、搜索与编辑本地文件,支持目录范围白名单。

ModelContextProtocol·3.2k 次安装·15 天前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y @modelcontextprotocol/server-filesystem /path/to/dir

在 Cursor 中配置(mcp.json)

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