ovecc for Cursor
io.github.ovecc-labs/ovecc
Architecture guardrails for AI-written code: dependency graph, impact, dead code, CI gate
client:Cursor
transport:stdio
runtime:npm
Install ovecc in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ovecc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ovecc"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs