Secure file operations with configurable access controls
A Model Context Protocol server that provides secure file system access with directory-level permission controls. Read, write, and manage files within specified directories only.
{
"mcpServers": {
"filesystem": {
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/username/Desktop",
"/path/to/other/allowed/dir"
],
"command": "npx"
}
}
}