Plugin Claude Code
Local-first Context7 alternative — indexes JS/TS dependency docs with a 4-stage RAG pipeline. GPU-accelerated via TEI Docker containers.
Plugin Claude Code
Local-first Context7 alternative — indexes JS/TS dependency docs with a 4-stage RAG pipeline. GPU-accelerated via TEI Docker containers.
Plugin Claude Code
Local-first Context7 alternative — indexes JS/TS dependency docs with a 4-stage RAG pipeline (vector + BM25 + RRF + cross-encoder reranking). Uses TEI Docker containers for GPU-accelerated embeddings and reranking.
MCP server Claude CodeCodexCursor +2
Local-first Context7 alternative — indexes JS/TS dependency docs with a 4-stage RAG pipeline. Uses TEI (Text Embeddings Inference) Docker containers for embeddings and reranking. Runs locally from the claude-local-docs npm package. Needs 3 environment variables to run.
Instructions file
Instructions for matteodante/claude-local-docs, covering claude.md — claude-local-docs, what this project is, architecture, tei backend and tei client (src/tei-client.ts).
Command
Fetch and index documentation for all project dependencies.
Command
Index the project's source code for semantic search.
Hook
Runs when a session starts on startup, resume, clear and compact, executing ensure-tei.sh via bash. From matteodante/claude-local-docs.