mcp filesystem for Zed
io.github.digital-defiance/mcp-filesystem
Advanced filesystem operations with strict security boundaries for AI agents
client:Zed
transport:stdio
runtime:npm
Install mcp filesystem in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-filesystem": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-filesystem"
],
"env": {
"WORKSPACE_ROOT": "<WORKSPACE_ROOT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs