bloomfilter for Cursor
io.github.eronmmer/bloomfilter
Service that lets AI Agents search, register, and configure domains
client:Cursor
transport:stdio
runtime:npm
Install bloomfilter in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs