Developer Tools
Trust: 44/100 (Fair)io.github.shinpr/mcp-local-rag Guide
Easy-to-setup local RAG server with minimal configuration
150 starsby shinpr
Quick Start
Install
npx mcp-local-ragClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-shinpr-mcp-local-rag": {
"command": "npx",
"args": [
"mcp-local-rag"
]
}
}
}