Secrets-LE for Zed
io.github.nolindnaidoo/secrets-le
Detect hardcoded secrets in source and config. Reports masked previews, never the values.
client:Zed
transport:stdio
runtime:npm
Install Secrets-LE in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"secrets-le": {
"command": "npx",
"args": [
"-y",
"secrets-le-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs