Skip to content
Zed

Filesystem for Zed

io.github.domdomegg/filesystem-mcp

Read, create, and edit files.

client:Zed transport:stdio runtime:npm

Install Filesystem in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "filesystem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "filesystem-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Filesystem in other clients