
MCP server for fast local codebase indexing & search for AI assistants
Visit Vibe HnindexVibe Hnindex is an open-source local Model Context Protocol (MCP) server that indexes source code repositories into a searchable knowledge base, allowing AI assistants (Claude, Cursor, Windsurf, Antigravity, etc.) to search code locally across keyword, semantic, and hybrid modes. Code stays on disk, and the solution uses SQLite for keyword search (FTS5), Qdrant for vector/semantic search, and Ollama for embeddings. Optional integrations include Qdrant Cloud, Google Antigravity, and custom rerank APIs for advanced result ranking. Ideal for developers, technical teams, and anyone looking to integrate local code search and retrieval into MCP-compatible assistants or IDEs.
Visit Vibe Hnindex's official website for product details and getting started.