Brainwires/project-rag
A Rust-based Model Context Protocol (MCP) server that provides AI assistants with powerful RAG (Retrieval-Augmented Generation) capabilities for understanding massive codebases. Index codebases with FastEmbed + LanceDB, semantic code and git history searches with hybrid vector + BM25.
Platform-specific configuration:
{
"mcpServers": {
"project-rag": {
"command": "npx",
"args": [
"-y",
"project-rag"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...