data cleaner agent for Zed
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:Zed
transport:stdio
runtime:pypi
Install data cleaner agent in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"data-cleaner-agent": {
"command": "uvx",
"args": [
"agentic-csv-cleaner"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs