autocarver for Cursor
io.github.mdefrance/autocarver
Qualify dataset columns and process them against a target with AutoCarver, fully on your machine.
client:Cursor
transport:stdio
runtime:pypi
Install autocarver in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"autocarver": {
"type": "stdio",
"command": "uvx",
"args": [
"autocarver"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs