dep oracle for Cursor
io.github.ertugrulakben/dep-oracle
Predictive dependency security engine. Trust scores, zombie detection, blast radius analysis.
client:Cursor
transport:stdio
runtime:npm
Install dep oracle in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dep-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"dep-oracle"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs