Skip to content
Zed

vulcan file ops for Zed

io.github.n0zer0d4y/vulcan-file-ops

MCP server for AI assistants: read, write, edit, and manage files securely on local filesystem.

client:Zed transport:stdio runtime:npm

Install vulcan file ops in Zed

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

{
  "context_servers": {
    "vulcan-file-ops": {
      "command": "npx",
      "args": [
        "-y",
        "@n0zer0d4y/vulcan-file-ops"
      ]
    }
  }
}

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

vulcan file ops in other clients