Filesystem
OfficialFeatured
🗄️ Data & Files
Secure file operations with configurable access controls
Tags
Tools (5)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/path/to/allowed/dir"
],
"env": {
"ALLOWED_DIRECTORIES": "your-allowed-directories-here"
}
}
}
}