Index source code into a local knowledge base, search with keyword + semantic + hybrid modes.
Local MCP server — index your repo once, search it in every AI session Keyword (SQLite FTS5) · Semantic (Qdrant + Ollama embeddings) · Hybrid — your code stays on disk MCP server () latest: v0.11.0 · v0.11.1 — Docs · Changelog · GitHub Releases vibe-hnindex is a Model Context Protocol server. After you index a folder once, assistants (Claude, Cursor, Windsurf, Antigravity, …) can search that…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Local MCP server — index your repo once, search it in every AI session Keyword (SQLite FTS5) · Semantic (Qdrant + Ollama embeddings) · Hybrid — your code stays on disk MCP server () latest: v0.11.0 · v0.11.1 — Docs · Changelog · GitHub Releases vibe-hnindex is a Model Context Protocol server. After you index a folder once, assistants (Claude, Cursor, Windsurf, Antigravity, …) can search that codebase with paths and line ranges — data is stored locally (SQLite + optional Qdrant). Embeddings use…