Odel
Secrets-LE

Secrets-LE

Local
@nolindnaidoo1RustMITUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmsecrets-le-mcpv2.3.0

Run

npx -y secrets-le-mcp

MCP client config

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