MCP Servers / database / cowork-semantic-search

cowork-semantic-search

JSON →
none28database

Local semantic search over documents (txt, md, pdf, docx, pptx, csv). Fully offline, multilingual, hybrid vector + keyword search via LanceDB. No API keys, no cloud.

Install
How to run this server
[ { "cmd": "pip install -e", "imports": [] } ]
server path: cowork-semantic-search
Tools
What this server exposes
index_folder
Index or re-index all documents in a folder. Incremental -- skips unchanged files.
semantic_search
Search indexed documents using natural language. Supports `vector` and `hybrid` modes.
get_index_status
Show total chunks, file count, and list of indexed files.
reindex_file
Force re-index a single file, bypassing the hash cache.
Configuration
Environment & auth
authnone
Resources