Skip to content
Cline

bloomfilter for Cline

io.github.eronmmer/bloomfilter

Service that lets AI Agents search, register, and configure domains

client:Cline transport:stdio runtime:npm

Install bloomfilter 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

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

{
  "mcpServers": {
    "bloomfilter": {
      "command": "npx",
      "args": [
        "-y",
        "@bloomfilter/mcp-server"
      ],
      "env": {
        "BLOOMFILTER_PRIVATE_KEY": "<BLOOMFILTER_PRIVATE_KEY>",
        "BLOOMFILTER_API_URL": "<BLOOMFILTER_API_URL>",
        "BLOOMFILTER_NETWORK": "<BLOOMFILTER_NETWORK>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

bloomfilter in other clients