knowledge-rag: Knowledge RAG is a fully local, zero-cloud document retrieval system that lets Claude Code search your PDFs, markdown, code, and notebooks natively. It indexes up to 1800+ files in under 3 minutes, using hybrid search (BM25 + semantic vectors + cross-encoder reranking) via 12 MCP tools. Everything runs locally via ONNX, no Docker, Ollama, or API keys required.; context-mode: Every tool call in an MCP (Model-Controller-Program) environment dumps raw data into the context window, quickly consuming space and causing the agent to lose track of ongoing tasks. Context Mode is an MCP server that tackles this by sandboxing tool outputs to significantly reduce context usage, tracking session events in SQLite for continuity, and promoting 'think in code' to minimize data processing within the LLM.
Personal document retrieval and knowledge base for developers
Deep repository research and analysis (e.g., architecture, contributors, issues)