Local MCP RAG Server
Click on "Deploy 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., "@Local MCP RAG ServerHow does our internal payment service work?"
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.
Local MCP RAG Server ðŸ§
An offline, privacy-first Model Context Protocol (MCP) server that empowers LLM clients (like Claude Desktop) to chat with your local markdown engineering documentation.
How it Works
Indexer: Reads
.mdfiles, generates embeddings via Local Ollama (nomic-embed-text), and stores them in ChromaDB.MCP Server: Exposes a
search_internal_docstool using theFastMCPframework overstdio.Zero Cloud Leaks: All indexing and retrieval happens completely locally on your machine.
Related MCP server: MCP Docs Provider
Setup
1. Requirements
Python 3.12+
Ollama running locally.
ollama pull nomic-embed-text
pip install -r requirements.txt2. Index your docs
Place markdown files in /internal_docs and run:
python src/indexer.py3. Connect to Claude Desktop
Add this to your claude_desktop_config.json (Mac: ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"local-architecture-brain": {
"command": "python",
"args": ["/absolute/path/to/local-mcp-rag-server/src/server.py"]
}
}
}Restart Claude Desktop, and you can now ask it: "How does our internal payment service work?"
This server cannot be deployed
Maintenance
Related MCP Connectors
Versioned documentation registry and semantic search for AI tools and coding assistants.
Ingest, manage, and retrieve documents for RAG-powered AI applications
Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…
Search and reason over your Obsidian-style Markdown vault, right from ChatGPT.
Related MCP Servers
- AlicenseAqualityAmaintenancePrivacy-first local document search using semantic search. Runs entirely on your machine with no cloud services, supporting PDF, DOCX, TXT, and Markdown files.2293,151390MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI models to seamlessly access and query local markdown technical documentation files, providing automatic documentation context without explicit prompting.105ISC
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to search and retrieve information from large technical documentation (OpenAPI specs, markdown) via intelligent chunking and semantic search.MIT
- AlicenseAqualityCmaintenanceEnables semantic search over local markdown documentation by indexing files and ranking results using vector similarity and BM25 fusion.111Apache 2.0