Skip to content
Cursor

vulcan file ops for Cursor

io.github.n0zer0d4y/vulcan-file-ops

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

client:Cursor transport:stdio runtime:npm

Install vulcan file ops in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

vulcan file ops in other clients