Vinv for Cursor
io.github.vinvai/vinv
Vinv runs, tests, and finds issues in your services — with zero code changes.
client:Cursor
transport:stdio
runtime:npm
Install Vinv in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vinv": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vinv-mcp"
],
"env": {
"VINV_WORKSPACE": "<VINV_WORKSPACE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs