loading…
Search for a command to run...
loading…
Node.js server implementing Model Context Protocol (MCP) for filesystem operations, enabling read/write files, directory management, search, and metadata retrie
Node.js server implementing Model Context Protocol (MCP) for filesystem operations, enabling read/write files, directory management, search, and metadata retrieval via SSE transport.
MseeP.ai Security Assessment Badge
Node.js server SSE implementing Model Context Protocol (MCP) for filesystem operations.
Note: The server will only allow operations within directories specified via args.
file://system: File system operations interfaceread_file
path (string)read_multiple_files
paths (string[])write_file
path (string): File locationcontent (string): File contentedit_file
path (string): File to editedits (array): List of edit operationsoldText (string): Text to search for (can be substring)newText (string): Text to replace withdryRun (boolean): Preview changes without applying (default: false)create_directory
path (string)list_directory
path (string)move_file
source (string)destination (string)search_files
path (string): Starting directorypattern (string): Search patternexcludePatterns (string[]): Exclude any patterns. Glob formats are supported.get_file_info
path (string)list_allowed_directories
Note: you can provide sandboxed directories to the server by mounting them to /projects. Adding the ro flag will make the directory readonly by the server.
Note: all directories must be mounted to /projects by default.
docker build -t mcp/filesystem -f Dockerfile .
docker run -i --mount type=bind,src=type=bind,src=/path/to/other/allowed/dir,dst=/projects/other/allowed/dir,ro -p 3001:3001 mcp/filesystem /projects
{
"mcpServers": {
"file_system": {
"name": "file_system",
"baseUrl": "http://ip:3001/sse"
}
}
}
npm install
node .\dist\index.js C:\Users\User\Desktop\project
allowed directories: C:\Users\User\Desktop\project
{
"mcpServers": {
"file_system": {
"name": "file_system",
"baseUrl": "http://127.0.0.1:3001/sse"
}
}
}
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Run in your terminal:
claude mcp add filesystem-mcp-server-sse -- npx Yes, Filesystem Server SSE MCP is free — one-click install via Unyly at no cost.
No, Filesystem Server SSE runs without API keys or environment variables.
Self-hosted: the server runs locally on your machine via the install command above.
Open Filesystem Server SSE on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
CSA PROJECT - FZCO © 2026 IFZA Business Park, DDP, Premises Number 31174 - 001
Security
Low riskAutomated heuristic from public metadata — not a security guarantee.