Skip to content
VS Code

vulcan file ops for VS Code

io.github.n0zer0d4y/vulcan-file-ops

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

client:VS Code transport:stdio runtime:npm

Install vulcan file ops in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

vulcan file ops in other clients