← Back to browse

vibe-hnindex

Indexed by io.github.AndyAnh174

About

Index source code into a local knowledge base, search with keyword + semantic + hybrid modes.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsOLLAMA_URL OLLAMA_MODEL QDRANT_URL STORAGE_PATH
Claude Code
claude mcp add --env OLLAMA_URL= --env OLLAMA_MODEL= --env QDRANT_URL= --env STORAGE_PATH= vibe-hnindex -- npx vibe-hnindex
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"vibe-hnindex","command":"npx","args":["vibe-hnindex"],"env":{"OLLAMA_URL":"","OLLAMA_MODEL":"","QDRANT_URL":"","STORAGE_PATH":""}}'
JSON
{
  "mcpServers": {
    "vibe-hnindex": {
      "command": "npx",
      "args": [
        "vibe-hnindex"
      ],
      "env": {
        "OLLAMA_URL": "",
        "OLLAMA_MODEL": "",
        "QDRANT_URL": "",
        "STORAGE_PATH": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.