Skip to content
Cline

vulcan file ops for Cline

io.github.n0zer0d4y/vulcan-file-ops

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

client:Cline transport:stdio runtime:npm

Install vulcan file ops in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

vulcan file ops in other clients