Back to directory
chohyerinn/filter-mcp-server

chohyerinn/filter-mcp-server

@chohyerinn

MCP servers for comparing approximate filters: Bloom, Counting Bloom, Cuckoo, and SuRF

bloom-filtercuckoo-filtersurfapproximate-filtermembership-querypythonmcptool

Installation & Configuration

{
  "mcpServers": {
    "filter-naive": {
      "command": "python",
      "args": [
        "src/filter_/filter_naive_server.py"
      ]
    },
    "filter-bloom": {
      "command": "python",
      "args": [
        "src/filter_/filter_bloom_server.py"
      ]
    },
    "filter-counting-bloom": {
      "command": "python",
      "args": [
        "src/filter_/filter_counting_bloom_server.py"
      ]
    },
    "filter-cuckoo": {
      "command": "python",
      "args": [
        "src/filter_/filter_cuckoo_server.py"
      ]
    },
    "filter-surf": {
      "command": "python",
      "args": [
        "src/filter_/filter_surf_server.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/25
Updated
2026/6/26