Skip to content
Gemini CLI

Urlhaus for Gemini CLI

io.github.pipeworx-io/urlhaus

URLhaus MCP — wraps abuse.ch URLhaus malware URL database (free, no auth)

client:Gemini CLI transport:streamable-http

Install Urlhaus in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "urlhaus": {
      "httpUrl": "https://gateway.pipeworx.io/urlhaus/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Urlhaus in other clients