Skip to content

password generator mcp for Zed

io.github.mrfentmen/password-generator-mcp

Generate strong random passwords locally. No network and no key.

client:Zed transport:stdio runtime:npm

Install password generator mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "password-generator-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "password-generator-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

password generator mcp in other clients