Serversio.github.AndyAnh174/vibe-hnindex
H

io.github.AndyAnh174/vibe-hnindex

io.github.AndyAnh174/vibe-hnindex · v0.1.2
▦ npm
v0.1.2npm npm: vibe-hnindex↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.AndyAnh174/vibe-hnindex",
  "description": "Index source code into a local knowledge base, search with keyword + semantic + hybrid modes.",
  "repository": {
    "url": "https://github.com/AndyAnh174/vibe-hnindex",
    "source": "github"
  },
  "version": "0.1.2",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "vibe-hnindex",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Ollama embedding server URL",
          "format": "string",
          "name": "OLLAMA_URL"
        },
        {
          "description": "Ollama embedding model name (default: bge-m3:567m)",
          "format": "string",
          "name": "OLLAMA_MODEL"
        },
        {
          "description": "Qdrant vector database URL",
          "format": "string",
          "name": "QDRANT_URL"
        },
        {
          "description": "SQLite database storage path",
          "format": "string",
          "name": "STORAGE_PATH"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}