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.

介绍

Filesystem MCP is the official local file access MCP server with 4,000+ GitHub stars. Safely read, write, search, and manage files within a specified root directory. The agent cannot access files outside the root. Read-only mode is supported.


Quick Start

Add the following configuration to .mcp.json:

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

Overview

Filesystem MCP is the official local file access MCP server with 4,000+ GitHub stars. Safely read, write, search, and manage files within a specified root directory. The agent cannot access files outside the root. Read-only mode is supported.


Source & Thanks

Part of MCP Servers. Licensed under MIT.

🙏

来源与感谢

Part of MCP Servers. Licensed under MIT.

讨论

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