Loading page...
Loading page...
Read and write files on your local filesystem. Full file management capabilities for your AI assistant.
Give your AI assistant full read and write access to your local filesystem. Create, edit, move, and delete files directly from your conversation.
⚠️ Security Note: This tool grants write and delete access to files on your machine. Configure the ALLOWED_DIRS environment variable to restrict access to specific directories.
{
"mcpServers": {
"local-filesystem": {
"command": "npx",
"args": ["-y", "@mcpnodehub/filesystem-tools"],
"env": {
"ALLOWED_DIRS": "/Users/you/projects,/Users/you/documents"
}
}
}
}
⚠ This tool requires write or destructive access. Review permissions carefully before installing.