password breach check mcp for Zed
io.github.mrfentmen/password-breach-check-mcp
Check if a password has appeared in known breaches without sending the password. No key required.
client:Zed
transport:stdio
runtime:npm
Install password breach check mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"password-breach-check-mcp": {
"command": "npx",
"args": [
"-y",
"password-breach-check-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs