tomohiro-owada/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.
Quick Start
Clone the repository:
git clone https://github.com/tomohiro-owada/devragClaude Desktop configuration example:
{
"mcpServers": {
"devrag": {
"command": "npx",
"args": [
"-y",
"tomohiro-owada/devrag"
]
}
}
}Check the repository README for specific installation and configuration instructions.