Files for Zed
io.github.abhishekkumar2021/files
Sandboxed local filesystem: read, search, edit, copy, archive, and safely manage files.
client:Zed
transport:stdio
runtime:npm
Install Files in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"files": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/files"
],
"env": {
"FS_ROOTS": "<FS_ROOTS>",
"FS_READONLY": "<FS_READONLY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs