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