Filesystem
Freeby 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
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
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"]
}
}
}