datahogo for Cursor
io.github.datahogo/datahogo
Scan a project for security issues locally with the open-source Data Hogo engine.
client:Cursor
transport:stdio
runtime:npm
Install datahogo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"datahogo": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@datahogo/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs