Back to Browse

Vibe Hnindex MCP Server

Developer ToolsLow Risk9.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.5
Low Risk9.5Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry.

8 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Ollama embedding server URLOptional

Environment variable: OLLAMA_URL

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

Environment variable: OLLAMA_MODEL

Qdrant vector database URLOptional

Environment variable: QDRANT_URL

SQLite database storage pathOptional

Environment variable: STORAGE_PATH

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-andyanh174-vibe-hnindex": {
      "env": {
        "OLLAMA_URL": "your-ollama-url-here",
        "QDRANT_URL": "your-qdrant-url-here",
        "OLLAMA_MODEL": "your-ollama-model-here",
        "STORAGE_PATH": "your-storage-path-here"
      },
      "args": [
        "-y",
        "vibe-hnindex"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Vibe Hnindex MCP Server - Index source code into a local knowledge base, search with | MCP Marketplace