minirag-mcp
Related Servers
Alternatives to minirag-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceLocal-first RAG indexing and semantic search MCP server. Enables document retrieval and context-aware queries using local embedding models.36 npmMIT
- AlicenseNot gradedqualityAmaintenanceMCP server for local RAG over personal notes, PDFs, and documents, enabling plain-English querying and hybrid search with multi-hop context expansion.MIT
- AlicenseNot gradedqualityBmaintenanceLocal RAG over a directory, served as an MCP tool plus CLI, with incremental indexing, zero-config defaults, and offline CPU-only operation.MIT
- AlicenseNot gradedqualityAmaintenanceA local-first RAG engine that ingests documents (PDF, Markdown, images, etc.) and provides hybrid search, reranking, and LLM answer synthesis via MCP for AI agent integration.111 PyPI1MIT
- AlicenseNot gradedqualityDmaintenanceLocal MCP server for indexing personal knowledge into SQLite with hybrid search, chunk-level citations, memory tools, and agent orchestration.4MIT
- AlicenseAqualityCmaintenanceMCP server that enables local hybrid semantic and keyword search over private PDF, DOCX, Markdown, and text documents without sending data to embedding APIs.95,156 npmMIT
TDQS
Scored across 11 tools
Each tool has a clearly distinct purpose: querying, ingesting, syncing, reading, listing, deleting, and status reporting. The only potential overlap (read_file vs read_chunk_neighbors) is clearly differentiated by full-document vs context-window scope. No two tools perform the same action.
Most tools follow a verb_noun snake_case pattern (ingest_file, query_documents, delete_file). Minor deviations include the bare noun 'status' and the sync_start/sync_status pair, but the overall style is consistent and predictable.
11 tools is well-scoped for a RAG server. Each tool fills a necessary role in the ingestion, sync, query, and management lifecycle, with no redundancy or bloat.
The tool set covers the full lifecycle: ingest (file/data/url), sync (start/status), query, read (full/context), list, delete, and status. Re-ingesting acts as an update mechanism, and there are no obvious dead ends or missing operations for the stated purpose.