hibp for Cline
io.github.darrenjrobinson/hibp
A Model Context Protocol (MCP) server for the Have I Been Pwned (HIBP) API
client:Cline
transport:stdio
runtime:npm
Install hibp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"hibp": {
"command": "npx",
"args": [
"-y",
"@darrenjrobinson/hibp-mcp"
],
"env": {
"HIBP_API_KEY": "<HIBP_API_KEY>",
"HIBP_SUBSCRIPTION_PLAN": "<HIBP_SUBSCRIPTION_PLAN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs