bloomfilter for Claude Desktop
io.github.eronmmer/bloomfilter
Service that lets AI Agents search, register, and configure domains
client:Claude Desktop
transport:stdio
runtime:npm
Install bloomfilter in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs