LeakRank Guard for Cursor
io.github.prototeemo/leakrank-guard
Scans code changes for leaked secrets and insecure config, with actionable fixes for AI agents.
client:Cursor
transport:stdio
runtime:npm
Install LeakRank Guard in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"leakrank-guard": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"leakrank-guard"
],
"env": {
"LEAKRANK_API_KEY": "<LEAKRANK_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs