Skip to content
Back to search
30
MCP

@yikizi/mcp-local-rag

npm/@yikizi/mcp-local-rag

Local RAG MCP Server - Enhanced with hybrid search, memory management, and code file support (fork of shinpr/mcp-local-rag)

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

Similar MCP servers embedding-nearest

@raevon/mcp-local-rag
Local RAG MCP Server - Easy-to-setup document search with minimal configuration
0 tools
mcp-local-rag
Local RAG MCP Server - Easy-to-setup document search with minimal configuration
0 tools
mcp-local-rag-anything
Local RAG MCP Server with extended file support (including PPTX)
0 tools
nkapila6/mcp-local-rag
"primitive" RAG-like web search model context protocol (MCP) server that runs locally. No APIs.
0 tools
io.github.fieldcure/rag
MCP RAG server with hybrid search, multi-KB support, and AI-powered chunk contextualization.
0 tools
io.github.shinpr/mcp-local-rag
Easy-to-setup local RAG server with minimal configuration
0 tools

How to use

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

{
  "mcpServers": {
    "@yikizi/mcp-local-rag": {
      "url": "None",
      "transport": "http"
    }
  }
}