Bloomfilter
Rank #20,447io.github.Eronmmer/bloomfilter
MCP server providing bloomfilter capabilities
Bloomfilter is a Model Context Protocol (MCP) server published by bloomfilter-labs. It ranks #20,447 of 132,345 servers tracked on MCP Toplist, and its repository has 10 GitHub stars. Bloomfilter is listed across 3 registries — Official MCP, Glama and PulseMCP, with 2 tracked versions. It was first listed on Feb 19, 2026 and most recently updated on Feb 22, 2026.
Ranks ahead of 111,898 of 132,345 servers on MCP Toplist.
Use Bloomfilter
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add bloomfilter -e "BLOOMFILTER_PRIVATE_KEY=<your BLOOMFILTER_PRIVATE_KEY>" -e "BLOOMFILTER_API_URL=<your BLOOMFILTER_API_URL>" -e "BLOOMFILTER_NETWORK=<your BLOOMFILTER_NETWORK>" -- npx -y @bloomfilter/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.bloomfilter]
command = "npx"
args = ["-y", "@bloomfilter/mcp-server"]
[mcp_servers.bloomfilter.env]
BLOOMFILTER_PRIVATE_KEY = "<your BLOOMFILTER_PRIVATE_KEY>"
BLOOMFILTER_API_URL = "<your BLOOMFILTER_API_URL>"
BLOOMFILTER_NETWORK = "<your BLOOMFILTER_NETWORK>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bloomfilter": {
"command": "npx",
"args": [
"-y",
"@bloomfilter/mcp-server"
],
"env": {
"BLOOMFILTER_PRIVATE_KEY": "<your BLOOMFILTER_PRIVATE_KEY>",
"BLOOMFILTER_API_URL": "<your BLOOMFILTER_API_URL>",
"BLOOMFILTER_NETWORK": "<your BLOOMFILTER_NETWORK>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bloomfilter": {
"command": "npx",
"args": [
"-y",
"@bloomfilter/mcp-server"
],
"env": {
"BLOOMFILTER_PRIVATE_KEY": "<your BLOOMFILTER_PRIVATE_KEY>",
"BLOOMFILTER_API_URL": "<your BLOOMFILTER_API_URL>",
"BLOOMFILTER_NETWORK": "<your BLOOMFILTER_NETWORK>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"bloomfilter": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bloomfilter/mcp-server"
],
"env": {
"BLOOMFILTER_PRIVATE_KEY": "<your BLOOMFILTER_PRIVATE_KEY>",
"BLOOMFILTER_API_URL": "<your BLOOMFILTER_API_URL>",
"BLOOMFILTER_NETWORK": "<your BLOOMFILTER_NETWORK>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bloomfilter": {
"command": "npx",
"args": [
"-y",
"@bloomfilter/mcp-server"
],
"env": {
"BLOOMFILTER_PRIVATE_KEY": "<your BLOOMFILTER_PRIVATE_KEY>",
"BLOOMFILTER_API_URL": "<your BLOOMFILTER_API_URL>",
"BLOOMFILTER_NETWORK": "<your BLOOMFILTER_NETWORK>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bloomfilter": {
"command": "npx",
"args": [
"-y",
"@bloomfilter/mcp-server"
],
"env": {
"BLOOMFILTER_PRIVATE_KEY": "<your BLOOMFILTER_PRIVATE_KEY>",
"BLOOMFILTER_API_URL": "<your BLOOMFILTER_API_URL>",
"BLOOMFILTER_NETWORK": "<your BLOOMFILTER_NETWORK>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Eronmmer%2Fbloomfilter)<a href="https://mcptoplist.com/server/io.github.Eronmmer%2Fbloomfilter"><img src="https://mcptoplist.com/badge/io.github.Eronmmer%2Fbloomfilter.svg" alt="MCP Toplist: Top 25% of 132,345" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
bloomfilter-labs
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Feb 22, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Bloomfilter?
- Bloomfilter is maintained by bloomfilter-labs, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Bloomfilter listed on the Official MCP Registry?
- Yes — Bloomfilter is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Bloomfilter have?
- MCP Toplist tracks 2 versions of Bloomfilter, most recently published on Feb 22, 2026.
- Where can I find the source code for Bloomfilter?
- The source code for Bloomfilter is hosted at github.com/bloomfilter-labs/mcp-server-bloomfilter.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.