mdya

yoshihirosuzuki/mdya
★ 0 stars Rust AI/LLM Updated 3d ago
Small, fast retrieval primitive for local Markdown — FTS + on-device vector search + MCP server. local-first, no cloud.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

README Excerpt

*English / [日本語](README.ja.md)* A small, fast search primitive for your local Markdown collections. BM25 full-text search, on-device vector search, and a hybrid that fuses both — exposed through two entry points: a **CLI** and an **MCP server**. mdya is a **search primitive**. It indexes local Markdown, and returns search results over a CLI and an MCP server. That is all it does.