Skip to content
Windsurf

data cleaner agent for Windsurf

io.github.wesseltl/data-cleaner-agent

Clean messy CSVs: an LLM picks the steps, tested code does the work. Data untouched by the model.

client:Windsurf transport:stdio runtime:pypi

Install data cleaner agent in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "data-cleaner-agent": {
      "command": "uvx",
      "args": [
        "agentic-csv-cleaner"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

data cleaner agent in other clients