io.github.AndyAnh174/vibe-hnindex
Quality Score
80
/100
Index source code into a local knowledge base, search with keyword + semantic + hybrid modes.
§01 Install
Claude Desktop (claude_desktop_config.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>"
}
}
}
}Cursor (.cursor/mcp.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 (cline_mcp_settings.json)
npx -y vibe-hnindex§02 Environment variables
OLLAMA_URLOllama embedding server URL
OLLAMA_MODELOllama embedding model name (default: bge-m3:567m)
QDRANT_URLQdrant vector database URL
STORAGE_PATHSQLite database storage path
§03 MCP Quality Score · methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04 Alternatives in Documents & Spreadsheets
ac.tandem/docs-mcp
ac.tandem/docs-mcp
Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help.
ai.adramp/google-ads
ai.adramp/google-ads
Google Ads MCP server — manage campaigns, keywords, and metrics.
AutEng MCP - Markdown Publishing & Document Share Links
ai.auteng/docs
Publish markdown documents as public share links with mermaid diagram support. Built by AutEng.ai