74
grade C
3 days ago
pulsemcp

Vibe HN Index

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

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tests do not pass
Either the test suite is broken or the code regressed. Either way the published behaviour can’t be verified by the publisher’s own tests.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: QDRANT_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configBENCH_FIXTURE_PATH
configBENCH_KEYWORD_QUERY
configBENCH_MD
configBENCH_MODEL_SLUG
configBENCH_OUT
configBENCH_PROJECT
configBENCH_PROJECT_NAME
configBENCH_QUERY
configBENCH_ROUNDS
configBENCH_SEARCH_QUERY
configBENCH_STORAGE_BASE
configBENCH_SYMBOL_QUERY
configCHUNK_OVERLAP
configCHUNK_SIZE
configEMBEDDING_DIMENSIONS
configMAX_FILE_SIZE
configOLLAMA_MODEL"": "bge-m3:567m",
configOLLAMA_URL2. Ollama — install from [ollama.com](https://ollama.com/), then: ollama pull bge-m3:567m and keep ollama serve running (or set to a remote server).
🔐 secretQDRANT_API_KEYFor Qdrant Cloud, add and set QDRANT_URL to your HTTPS cluster URL — details in [Getting started](docs/getting-started.md).
configQDRANT_COLLECTION_PREFIX
configQDRANT_URL"": "http://localhost:6333"
configRERANK_TIMEOUT_MSTimeout for that POST (default 15000).
configRERANK_URL## Optional rerank ()
configSEARCH_AUTO_ROUTE
configSEARCH_KEYWORD_FALLBACK_SEMANTIC
configSEARCH_RERANKfalse disables post-retrieval reorder entirely (default: enabled).
configSEARCH_RERANK_POOLMax candidates considered before trim (default 50).
configSTORAGE_PATH
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/andyanh174-vibe-hnindex-1hk6fz)](https://m8ven.ai/mcp/andyanh174-vibe-hnindex-1hk6fz)
commit: 715073620da2858fec58791429120aca7e211dc3
code hash: 9fbd4fce2b1e65dbc18f5fc3bd1ec0f6060282a2d3a0c85c9863ea4f4443d962
verified: 4/18/2026, 5:53:44 PM
view raw JSON →