Skip to content
Zed

hibp for Zed

io.github.darrenjrobinson/hibp

A Model Context Protocol (MCP) server for the Have I Been Pwned (HIBP) API

client:Zed transport:stdio runtime:npm

Install hibp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "hibp": {
      "command": "npx",
      "args": [
        "-y",
        "@darrenjrobinson/hibp-mcp"
      ],
      "env": {
        "HIBP_API_KEY": "<HIBP_API_KEY>",
        "HIBP_SUBSCRIPTION_PLAN": "<HIBP_SUBSCRIPTION_PLAN>"
      }
    }
  }
}

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

hibp in other clients