ostk-recall

os-tack/ostk-recall
★ 0 stars Rust 🤖 AI/LLM Updated today
Local-first cross-corpus retrieval MCP server — model2vec + LanceDB + DuckDB. One binary; hybrid search over markdown, code, Claude Code sessions, and more.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ostk-recall": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "ostk-recall"
      ]
    }
  }
}

README Excerpt

Local-first cross-corpus retrieval MCP server. One binary built on embeddings, [LanceDB](https://lancedb.com/) (Arrow + Tantivy BM25) for the vector + full-text store, [SQLite](https://www.sqlite.org/) (via rusqlite) for the ingest manifest and audit event log, and [fastembed-rs](https://github.com/Anush008/fastembed-rs)

Tools (11)

claude_codecodefile_globgeminimarkdownostk_projectrecallrecall_auditrecall_linkrecall_statszip_export