Provides secure filesystem operations within allowed directories - read, write, search, and manage files. Based on the official Model Context Protocol filesystem server.
This config will be passed to Cursor on install. Inspect `command`, `args`, and `env` before continuing.
{
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"~/"
]
}