wrxck/srag
Semantic code search and RAG system written in Rust with tree-sitter chunking, MCP server for IDE integration, prompt injection detection, and secret redaction
This tool helps software developers leverage their existing codebase for AI coding assistants. It indexes all your code repositories and allows your AI assistant to semantically search across them, finding relevant patterns, implementations, and conventions. This means your AI agent can reuse your own code for new features, maintain consistent style, and debug with context, acting as a knowledgeable partner who understands your unique coding practices.
Use this if you are a software developer who wants your AI coding assistant to understand and reuse your specific coding patterns, implementations, and conventions across multiple projects.
Not ideal if you are looking for a general-purpose code search tool that doesn't integrate with AI coding assistants or doesn't need to learn from your existing code.
Stars
20
Forks
2
Language
Rust
License
GPL-3.0
Category
Last pushed
Feb 08, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/wrxck/srag"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
Higher-rated alternatives
shinpr/mcp-local-rag
Local-first RAG server for developers using MCP. Semantic + keyword search for code and...
nkapila6/mcp-local-rag
"primitive" RAG-like web search model context protocol (MCP) server that runs locally. ✨ no APIs ✨
AmberLee2427/nancy-brain
Nancy's RAG backend and HTTP API/MCP server connectors.
tac0de/knowledge-to-action-mcp
MCP server for Obsidian GraphRAG, agent-ready context, preview-only planning, and safe repo handoffs
Daniel-Barta/mcp-rag-server
Lightweight RAG server for the Model Context Protocol: ingest source code, docs, build a vector...