Skip to content

Filesystem

Free

by MCP Community

Enhanced MCP Filesystem Server with 12 comprehensive tools: fixed glob pattern search, head+tail file reading, secure file operations, and command execution

v1.1.0Added Apr 12, 2026
mcpfilesystemmodel-context-protocolfile-managementglob-patterns
Works with:ClaudeGPTGeminiCopilot

Filesystem MCP Server

Enhanced MCP Filesystem Server with 12 comprehensive tools: fixed glob pattern search, head+tail file reading, secure file operations, and command execution

Installation

npx -y @redf0x1/mcp-server-filesystem

Reviews

Leave a Review

Installation

Quick install
npx -y @redf0x1/mcp-server-filesystem
Add to claude_desktop_config.json
{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@redf0x1/mcp-server-filesystem"]
    }
  }
}