Vibe Hnindex
Freeby MCP Community
MCP server for indexing and searching codebases with keyword + semantic search. Works with Claude, Cursor, Windsurf, Antigravity.
v0.7.0Added Apr 12, 2026
mcpmodel-context-protocolcodebaseknowledge-basesearch
Vibe Hnindex MCP Server
MCP server for indexing and searching codebases with keyword + semantic search. Works with Claude, Cursor, Windsurf, Antigravity.
Installation
Reviews
Installation
Quick install
npx -y vibe-hnindex
Add to claude_desktop_config.json
{
"mcpServers": {
"vibe-hnindex": {
"command": "npx",
"args": ["-y", "vibe-hnindex"]
}
}
}