irahardianto/qurio
Self-hosted RAG engine for AI coding assistants. Ingests technical docs & code repositories locally with structure-aware chunking. Serves grounded context via MCP to prevent hallucinations in software development workflows.
Platform-specific configuration:
{
"mcpServers": {
"qurio": {
"command": "npx",
"args": [
"-y",
"qurio"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...