Back to MCP Servers
Devrag
Lightweight local RAG MCP server for semantic vector search over markdown documents. Reduces token consumption by 40x with sqlite-vec and multilingual-e5-small embeddings. Supports filtered search by directory and filename patterns.
knowledge-memorysqliteembeddingrag
Installation
npx -y devragConfiguration
{
"mcpServers": {
"devrag": {
"command": "npx",
"args": ["-y", "devrag"]
}
}
}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