autocarver for Zed
io.github.mdefrance/autocarver
Qualify dataset columns and process them against a target with AutoCarver, fully on your machine.
client:Zed
transport:stdio
runtime:pypi
Install autocarver in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"autocarver": {
"command": "uvx",
"args": [
"autocarver"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs