Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Files in other clients