autocarver for VS Code
io.github.mdefrance/autocarver
Qualify dataset columns and process them against a target with AutoCarver, fully on your machine.
client:VS Code
transport:stdio
runtime:pypi
Install autocarver in VS Code
.vscode/mcp.json
{
"servers": {
"autocarver": {
"type": "stdio",
"command": "uvx",
"args": [
"autocarver"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs