Skip to content
Zed

password for Zed

io.github.ryudi84/password

MCP server for secure passwords, passphrases, and strength checking.

client:Zed transport:stdio runtime:npm

Install password in Zed

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

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

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

password in other clients