MCP Markdown RAG
未认领A semantic search engine for markdown files based on MCP architecture.
安装
$
npx @modelcontextprotocol/inspector uv --directory /ABSOLUTE/PATH/TO/MCP-Markdown-RAG run server.py工具(7 个)
directory
(string, optional): The path to the folder containing .md files. Defaults to current directory.
force_reindex
(boolean, optional): If True, clears and rebuilds the full index. Defaults to False.
index_documents
limit
(integer, optional): Max number of chunks to return (default is usually 5–10).
query
(string, required): Your natural language query.
recursive
(boolean, optional): If True, recursively indexes all subdirectories. Defaults to False.