Local RAG MCP
When to use
Use when the task requires semantic search over a local document corpus and an appropriate local RAG MCP server is available. Prefer standard grep/glob for simple pattern matching — RAG adds value for conceptual queries and cross-document synthesis.
Requirements / Checks
- Verify a local RAG MCP server is configured (
apx mcp listor check MCP settings). - Do NOT attempt to install or spin up Docker containers for vector databases without explicit user permis
[Description truncada. Veja o README completo no GitHub.]