vibe hnindex for Cline
io.github.andyanh174/vibe-hnindex
Index source code into a local knowledge base, search with keyword + semantic + hybrid modes.
client:Cline
transport:stdio
runtime:npm
Install vibe hnindex in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"vibe-hnindex": {
"command": "npx",
"args": [
"-y",
"vibe-hnindex"
],
"env": {
"OLLAMA_URL": "<OLLAMA_URL>",
"OLLAMA_MODEL": "<OLLAMA_MODEL>",
"QDRANT_URL": "<QDRANT_URL>",
"STORAGE_PATH": "<STORAGE_PATH>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs