filewash for Cursor
io.github.cassilup/filewash
Privacy-first file tools for AI agents — PDF & image ops, metadata scrubbing, background removal.
client:Cursor
transport:stdio
runtime:npm
Install filewash in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"filewash": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@fixpixel/filewash-api"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs