hardcoded credential audit for Cursor
io.github.jmshinhwa/hardcoded-credential-audit
Open any config file and see every hardcoded credential — and every setting that quietly undoes your
client:Cursor
transport:stdio
runtime:npm
Install hardcoded credential audit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hardcoded-credential-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/hardcoded-credential-audit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs