Skip to content
Zed

bloomfilter for Zed

io.github.eronmmer/bloomfilter

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

client:Zed transport:stdio runtime:npm

Install bloomfilter 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": {
    "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>"
      }
    }
  }
}

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

bloomfilter in other clients