Skip to content
VS Code

filewash for VS Code

io.github.cassilup/filewash

Privacy-first file tools for AI agents — PDF & image ops, metadata scrubbing, background removal.

client:VS Code transport:stdio runtime:npm

Install filewash in VS Code

.vscode/mcp.json

{
  "servers": {
    "filewash": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@fixpixel/filewash-api"
      ]
    }
  }
}

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

filewash in other clients