Back to search
30
MCP

io.github.shinpr/mcp-local-rag

io.github.shinpr/mcp-local-rag

Easy-to-setup local RAG server with minimal configuration

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

mcp-local-rag
Local RAG MCP Server - Easy-to-setup document search with minimal configuration
0 tools
io.github.tomohiro-owada/devrag
Lightweight local RAG MCP server. 40x token reduction.
0 tools
@yikizi/mcp-local-rag
Local RAG MCP Server - Enhanced with hybrid search, memory management, and code file support (fork of shinpr/mcp-local-rag)
0 tools
@robthepcguy/rag-vault
Local RAG MCP Server - Easy-to-setup document search with minimal configuration
0 tools
io.github.robthepcguy/rag-vault
Local RAG MCP server with hybrid search, PDF/DOCX support, and zero-config setup
0 tools
local-faiss-mcp
MCP server with FAISS local vector database for RAG
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.shinpr/mcp-local-rag": {
      "url": "None",
      "transport": "http"
    }
  }
}