Back to MCP Servers
Local Rag
"primitive" RAG-like web search model context protocol (MCP) server that runs locally. No APIs needed.
search-data-extractionapirag
By nkapila6
Installation
npx -y mcp-local-ragConfiguration
{
"mcpServers": {
"mcp-local-rag": {
"command": "npx",
"args": ["-y", "mcp-local-rag"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes