Skip to content
Cursor

hibp for Cursor

io.github.darrenjrobinson/hibp

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

client:Cursor transport:stdio runtime:npm

Install hibp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hibp in other clients