Skip to content
Grok

bloomfilter for Grok

io.github.eronmmer/bloomfilter

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

client:Grok transport:stdio runtime:npm

Install bloomfilter in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

bloomfilter in other clients