-
securityA
license-
qualityNode.js server implementing Model Context Protocol (MCP) for filesystem operations.
Last updated -
29,124
43,205
JavaScript
MIT License
Go server 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 interfacepath
(string)paths
(string[])path
(string): File locationcontent
(string): File contentpath
(string)path
(string)source
(string)destination
(string)path
(string): Starting directorypattern
(string): Search patternpath
(string)path
(string): Directory to traverse (required)depth
(number): Maximum depth to traverse (default: 3)follow_symlinks
(boolean): Whether to follow symbolic links (default: false)Install the server
Add this to your claude_desktop_config.json
:
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.
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Go server implementing Model Context Protocol (MCP) for filesystem operations.