mcp-ragdown

cubicecho/mcp-ragdown
★ 0 stars TypeScript Memory/Knowledge Updated today
MCP server and Claude Code hook: hybrid RAG search over a folder of Markdown files
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-ragdown": {
      "command": "npx",
      "args": [
        "-y",
        "cubicecho/mcp-ragdown"
      ]
    }
  }
}

README Excerpt

An MCP server over a folder of Markdown files. Point it at the folder and it embeds every section into a local LanceDB index and keeps that index in sync as files change. Agents get search tools, and a hook that calls `ragdown_context` before each turn adds related notes to the prompt. The tool layout follows mcp-zeromem, but the memory here is your Markdown files, not conversation turns.

Tools (20)

PORTRAGDOWN_DATA_DIRRAGDOWN_DOCS_DIRRAGDOWN_EMBEDDERRAGDOWN_HOOK_MAX_CHARSRAGDOWN_HOOK_MIN_SCORERAGDOWN_HOOK_TOP_KRAGDOWN_MODELSRAGDOWN_NOTES_DIRRAGDOWN_READ_ONLYRAGDOWN_TEXT_LIMITRAGDOWN_THREADSRAGDOWN_TOKENRAGDOWN_WATCHSECURE_LOCAL_NETragdown_contextragdown_read_docragdown_recallragdown_reindexragdown_remember