connection string secret audit for Cursor
io.github.jmshinhwa/connection-string-secret-audit
26 rules and 32 safe-replacement snippets for hardcoded connection strings, keys and kubeconfigs acr
client:Cursor
transport:stdio
runtime:npm
Install connection string secret audit in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"connection-string-secret-audit": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@readystack/connection-string-secret-audit"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs