docs-rag-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@docs-rag-mcpsearch for documentation about TF-IDF indexing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
docs-rag-mcp
MCP server that searches a local markdown corpus with TF-IDF retrieval and serves full documents as resources.
Architecture: docs/*.md → chunk + TF-IDF index (rag.py) → FastMCP exposes search_docs tool and doc://{path} resource (server.py).
MCP surface
Kind | Name | Description |
Tool |
|
|
Resource |
| Full markdown for a relative path (e.g. |
Related MCP server: Markdown RAG MCP
Run
uv sync
uv run fastmcp run server.py # stdio (Claude Desktop, Cursor)
uv run fastmcp run server.py -t http -p 8000 # HTTP for MCP InspectorTest
uv run fastmcp list server.py
uv run fastmcp call server.py search_docs --query "TF-IDF" --k 3Add your own notes under docs/ and restart the server (or re-run) to re-index.
Claude Desktop
See docs/claude-desktop-config.md for claude_desktop_config.json snippet. Use an absolute --directory path.

This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides semantic search and a tag-based knowledge graph for any project, auto-discovering local markdown knowledge bases with YAML frontmatter.Last updated36MIT
- Alicense-qualityDmaintenanceProvides semantic search over markdown documentation using RAG, allowing natural language queries and integration with MCP clients.Last updated1MIT
- Alicense-qualityAmaintenanceProvides structured, addressable access to a local markdown vault with heading-anchored fragments, BM25 search, and stable IDs for verifiable retrieval.Last updated412MIT
- Alicense-qualityAmaintenanceEnables semantic search over local markdown documentation by indexing files and ranking results using vector similarity and BM25 fusion.Last updated20Apache 2.0
Related MCP Connectors
Serve a folder of Markdown notes as an MCP server: hybrid search, reading, and sourced answers.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Agentic search over your Dewey document collections from any MCP-compatible client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shrish346/docs-rag-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server