← Index

io.github.AndyAnh174/vibe-hnindex

io.github.AndyAnh174/vibe-hnindex·v0.1.2·Documents & Spreadsheets
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_URL

Ollama embedding server URL

OLLAMA_MODEL

Ollama embedding model name (default: bge-m3:567m)

QDRANT_URL

Qdrant vector database URL

STORAGE_PATH

SQLite database storage path

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Documents & Spreadsheets