LongClaw 龙爪
English

Filesystem MCP Server

stdio / HTTP

Filesystem MCP Server gives agents scoped access to read, search, and manage files inside explicitly allowed directories.

MCP 服务收藏 612026-06-04MIT
MCP 服务已关联来源ModelScope MCPfilesystemlocalfilesMCP Server. Review tool permissions and credentials before enabling.

Filesystem MCP Server

Filesystem MCP Server exposes controlled file access for MCP-compatible clients.

Key Features

  • List, read, write, move, and search files.
  • Restrict access to configured workspace directories.
  • Useful for local coding, document workflows, and project automation.

Server Configuration

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

Security Notes

Only grant access to directories you intend the agent to inspect or modify.