vibe-hnindex
Rank #35,423io.github.AndyAnh174/vibe-hnindex
Index source code into a local knowledge base, search with keyword + semantic + hybrid modes.
vibe-hnindex is a Model Context Protocol (MCP) server published by andyanh174. It ranks #35,423 of 132,113 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. vibe-hnindex is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Apr 5, 2026 and most recently updated on Apr 5, 2026.
Ranks ahead of 96,690 of 132,113 servers on MCP Toplist.
Use vibe-hnindex
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vibe-hnindex -e "OLLAMA_URL=<your OLLAMA_URL>" -e "OLLAMA_MODEL=<your OLLAMA_MODEL>" -e "QDRANT_URL=<your QDRANT_URL>" -e "STORAGE_PATH=<your STORAGE_PATH>" -- npx -y vibe-hnindexReplace each placeholder with your own value before saving.
[mcp_servers.vibe-hnindex]
command = "npx"
args = ["-y", "vibe-hnindex"]
[mcp_servers.vibe-hnindex.env]
OLLAMA_URL = "<your OLLAMA_URL>"
OLLAMA_MODEL = "<your OLLAMA_MODEL>"
QDRANT_URL = "<your QDRANT_URL>"
STORAGE_PATH = "<your STORAGE_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vibe-hnindex": {
"command": "npx",
"args": [
"-y",
"vibe-hnindex"
],
"env": {
"OLLAMA_URL": "<your OLLAMA_URL>",
"OLLAMA_MODEL": "<your OLLAMA_MODEL>",
"QDRANT_URL": "<your QDRANT_URL>",
"STORAGE_PATH": "<your STORAGE_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vibe-hnindex": {
"command": "npx",
"args": [
"-y",
"vibe-hnindex"
],
"env": {
"OLLAMA_URL": "<your OLLAMA_URL>",
"OLLAMA_MODEL": "<your OLLAMA_MODEL>",
"QDRANT_URL": "<your QDRANT_URL>",
"STORAGE_PATH": "<your STORAGE_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vibe-hnindex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"vibe-hnindex"
],
"env": {
"OLLAMA_URL": "<your OLLAMA_URL>",
"OLLAMA_MODEL": "<your OLLAMA_MODEL>",
"QDRANT_URL": "<your QDRANT_URL>",
"STORAGE_PATH": "<your STORAGE_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vibe-hnindex": {
"command": "npx",
"args": [
"-y",
"vibe-hnindex"
],
"env": {
"OLLAMA_URL": "<your OLLAMA_URL>",
"OLLAMA_MODEL": "<your OLLAMA_MODEL>",
"QDRANT_URL": "<your QDRANT_URL>",
"STORAGE_PATH": "<your STORAGE_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vibe-hnindex": {
"command": "npx",
"args": [
"-y",
"vibe-hnindex"
],
"env": {
"OLLAMA_URL": "<your OLLAMA_URL>",
"OLLAMA_MODEL": "<your OLLAMA_MODEL>",
"QDRANT_URL": "<your QDRANT_URL>",
"STORAGE_PATH": "<your STORAGE_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.AndyAnh174%2Fvibe-hnindex)<a href="https://mcptoplist.com/server/io.github.AndyAnh174%2Fvibe-hnindex"><img src="https://mcptoplist.com/badge/io.github.AndyAnh174%2Fvibe-hnindex.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
andyanh174
Other servers by andyanh174
View all andyanh174 servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.2 | Apr 5, 2026 |
Frequently asked questions
- Who maintains vibe-hnindex?
- vibe-hnindex is maintained by andyanh174, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is vibe-hnindex listed on the Official MCP Registry?
- Yes — vibe-hnindex is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does vibe-hnindex have?
- MCP Toplist tracks 1 version of vibe-hnindex, most recently published on Apr 5, 2026.
- Where can I find the source code for vibe-hnindex?
- The source code for vibe-hnindex is hosted at github.com/andyanh174/vibe-hnindex.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.