Skip to content
Cursor

Secrets-LE for Cursor

io.github.nolindnaidoo/secrets-le

Detect hardcoded secrets in source and config. Reports masked previews, never the values.

client:Cursor transport:stdio runtime:npm

Install Secrets-LE in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "secrets-le": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "secrets-le-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Secrets-LE in other clients