dowse
Related Servers
Alternatives to dowse
No user-submitted related servers found.
Related Servers
- AlicenseAqualityAmaintenancePrivacy-first local document search using semantic search. Runs entirely on your machine with no cloud services, supporting PDF, DOCX, TXT, and Markdown files.2294,655 npm398MIT
- AlicenseNot gradedqualityCmaintenanceLocal offline semantic search over documents (txt, md, pdf, docx, pptx, csv). Indexes folders into a LanceDB vector database with multilingual embeddings and supports hybrid vector + keyword search via Reciprocal Rank Fusion. No API keys, no cloud, no Docker required.28AGPL 3.0
- AlicenseNot gradedqualityAmaintenanceOffline AI-powered local file search MCP server for Windows. Searches inside document contents (Word, Excel, PDF, PowerPoint, HWP) using BM25 + dense vector hybrid search. 100% local, no cloud, no login, no telemetry.7Apache 2.0
- AlicenseNot gradedqualityDmaintenanceProvides fast file searching across Windows, macOS, and Linux using platform-native tools like Everything SDK, mdfind, and locate.MIT
- FlicenseNot gradedqualityCmaintenanceEnables semantic search over personal files using natural language, with optional AI summarization, all running locally.-
- AlicenseAqualityAmaintenanceSearch your data exports from Google, Telegram, Spotify, and Instagram in one place. Everything runs on your own computer. Hybrid search and MCP, built in .NET 1055MIT
TDQS
Scored across 3 tools
Each tool serves a clearly distinct role: index_status reports overall index health, search returns matching hits, and preview provides extended context for a specific file. The description explicitly pairs search with preview as a two-step workflow, removing any ambiguity.
The names are simple and readable, but they do not follow a single consistent convention: 'search' and 'preview' are bare verbs while 'index_status' is a noun phrase with an underscore. There is no drastic mixing of styles, but the pattern is not uniform.
Three tools is well-scoped for a local full-text search server: inspect index status, search, and preview matches. Each tool has a clear purpose and none feel redundant or missing for the core search workflow.
The server covers the full search journey: locating candidates with search, examining details with preview, and checking the index state with index_status. There are no obvious dead ends for the stated purpose of searching a local index.