Filesystem MCP Server
@gomcpgo
About Filesystem MCP Server
Enhanced FileSystem MCP server
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Filesystem MCP Server?
A secure, single-binary MCP server for filesystem operations with no runtime dependencies. It provides 18 tools for reading, writing, searching, and managing files within sandboxed directories, and is designed for AI coding workflows with Claude Desktop and Claude Code.
How to use Filesystem MCP Server?
Download the binary for your platform from the Releases page, make it executable, and set the MCP_ALLOWED_DIRS environment variable to a comma-separated list of allowed absolute paths. Then connect to any MCP client by specifying the binary as the command and the environment variable in the clientβs configuration (e.g., claude_desktop_config.json for Claude Desktop).
Key features of Filesystem MCP Server
- 18 tools covering read, write, search, replace, insert, and file management
- Dry-run preview for replacement and insertion tools
- Secure by default with path validation and symlink attack prevention
- Single binary, no Node.js, Python, or other runtime required
- Tested with Claude Desktop and Claude Code for real-world coding workflows
- Detailed error messages explaining why access was blocked
Use cases of Filesystem MCP Server
- Read, edit, and refactor files in AI-assisted coding sessions
- Batch replace text or apply regex patterns across multiple files
- Search codebase with recursive regex, respecting file type filters
- Preview file changes before applying them via dry-run mode
- Manage directories and files (create, move, list, get metadata) within a sandboxed scope
FAQ from Filesystem MCP Server
What runtime does Filesystem MCP Server require?
No runtime dependencies β it is a single, pre-compiled binary for macOS, Linux, or Windows.
How do I restrict which directories the server can access?
Set the MCP_ALLOWED_DIRS environment variable with a comma-separated list of absolute paths. The server will only operate within those directories.
Can I preview changes before applying them?
Yes, all replacement and insertion tools support a dry_run parameter that shows what would be changed without modifying any files.
How does the server prevent unauthorized file access?
It resolves all paths to their canonical form, blocks ../ traversal attempts, validates that symlink targets stay inside allowed directories, and rejects broken symlinks. Access denials are logged with a SECURITY: prefix.
What platforms are supported?
Pre-built binaries are available for macOS (Apple Silicon and Intel), Linux (x86_64 and ARM64), and Windows (x86_64).
More Files & Storage MCP servers

Google Drive
modelcontextprotocolModel Context Protocol Servers
Google Drive MCP Server
hxie-pallasA google drive mcp servers based on Python
Filesystem MCP Server (@shtse8/filesystem-mcp)
shtse8π Secure, efficient MCP filesystem server - token-saving batch operations with project root confinement

Filesystem
modelcontextprotocolModel Context Protocol Servers
mcp-rquest
xxxbrianA MCP server providing realistic browser-like HTTP request capabilities with accurate TLS/JA3/JA4 fingerprints for bypassing anti-bot measures. It also supports converting PDF and HTML documents to Markdown for easier processing by LLMs.
Comments