"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
Server Config
{
"mcpServers": {
"mcp-local-rag": {
"command": "uvx",
"args": [
"--python=3.10",
"--from",
"git+https://github.com/nkapila6/mcp-local-rag",
"mcp-local-rag"
]
}
}
}