filesystem
read-writeThe agent's hands. Every vault read, every skill write, every plan file lands here — without it, none of the other servers compose.
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/Users/vlad/Vlad-Brain",
"/Users/vlad/Desktop/AI Products"
]
}
}
} The gotcha: Filesystem scope is the entire blast radius of the agent. Point it at / and an agent that goes wrong can rm-rf your laptop — point it at one vault and one project root and the worst case is a noisy git diff.
When not to wire it: Never not. But never at ~/ — always the narrowest folder the workflow actually needs.