Skip to content
Cline

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

vibe hnindex in other clients