MCP Local Rag
Rank #160io.github.shinpr/mcp-local-rag
Privacy-first local document search using semantic search. Runs entirely on your machine with no cloud services, supporting PDF, DOCX, TXT, and Markdown files.
MCP Local Rag is a Model Context Protocol (MCP) server published by shinpr. It ranks #160 of 58,900 servers tracked on MCP Toplist, and its repository has 293 GitHub stars. MCP Local Rag is listed across 4 registries — Official MCP, Smithery, Glama and PulseMCP, with 35 tracked versions. It was first listed on Oct 31, 2025 and most recently updated on May 23, 2026.
Ranks ahead of 58,740 of 58,900 servers on MCP Toplist.
Use MCP Local Rag
Add MCP Local Rag to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"mcp-local-rag": {
"command": "npx",
"args": [
"-y",
"mcp-local-rag"
],
"env": {
"BASE_DIR": "<your BASE_DIR>",
"BASE_DIRS": "<your BASE_DIRS>",
"DB_PATH": "<your DB_PATH>",
"CACHE_DIR": "<your CACHE_DIR>",
"MODEL_NAME": "<your MODEL_NAME>",
"MAX_FILE_SIZE": "<your MAX_FILE_SIZE>",
"RAG_MAX_DISTANCE": "<your RAG_MAX_DISTANCE>",
"RAG_GROUPING": "<your RAG_GROUPING>",
"RAG_MAX_FILES": "<your RAG_MAX_FILES>",
"CHUNK_MIN_LENGTH": "<your CHUNK_MIN_LENGTH>",
"RAG_DEVICE": "<your RAG_DEVICE>",
"RAG_HYBRID_WEIGHT": "<your RAG_HYBRID_WEIGHT>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries (2 delisted)
shinpr
Other servers by shinpr
View all shinpr servers →Available versions (35)
| Version | Published |
|---|---|
| 0.14.2 | May 23, 2026 |
| 0.14.1 | May 17, 2026 |
| 0.14.0 | May 17, 2026 |
| 0.13.2 | May 11, 2026 |
| 0.13.1 | May 7, 2026 |
| 0.13.0 | Apr 17, 2026 |
| 0.12.0 | Apr 2, 2026 |
| 0.11.1 | Mar 30, 2026 |
| 0.11.0 | Mar 30, 2026 |
| 0.10.1 | Mar 29, 2026 |
| 0.10.0 | Mar 19, 2026 |
| 0.9.0 | Mar 18, 2026 |
| 0.8.1 | Mar 17, 2026 |
| 0.8.0 | Mar 7, 2026 |
| 0.7.0 | Feb 24, 2026 |
| 0.6.0 | Feb 22, 2026 |
| 0.5.6 | Feb 20, 2026 |
| 0.5.5 | Feb 4, 2026 |
| 0.5.4 | Jan 24, 2026 |
| 0.5.3 | Jan 8, 2026 |
| 0.5.2 | Jan 6, 2026 |
| 0.5.1 | Jan 1, 2026 |
| 0.5.0 | Jan 1, 2026 |
| 0.4.2 | Dec 29, 2025 |
| 0.4.1 | Dec 27, 2025 |
| 0.4.0 | Dec 27, 2025 |
| 0.3.0 | Dec 24, 2025 |
| 0.2.3 | Dec 5, 2025 |
| 0.2.2 | Dec 2, 2025 |
| 0.2.0 | Nov 3, 2025 |
| 0.1.5 | Nov 2, 2025 |
| 0.1.4 | Nov 2, 2025 |
| 0.1.3 | Oct 31, 2025 |
| 0.1.1 | Oct 31, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is MCP Local Rag?
- Privacy-first local document search using semantic search. Runs entirely on your machine with no cloud services, supporting PDF, DOCX, TXT, and Markdown files.
- Who maintains MCP Local Rag?
- MCP Local Rag is maintained by shinpr, which publishes 3 MCP servers (72 total versions) tracked on MCP Toplist.
- Is MCP Local Rag an official MCP server?
- Yes — MCP Local Rag is listed on the Official MCP Registry, alongside Smithery, Glama and PulseMCP.
- How many versions does MCP Local Rag have?
- MCP Toplist tracks 35 versions of MCP Local Rag, most recently published on May 23, 2026.
- Where can I find the source code for MCP Local Rag?
- The source code for MCP Local Rag is hosted at github.com/shinpr/mcp-local-rag.