Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"vibe-hnindex": {
"command": "npx",
"args": [
"-y",
"vibe-hnindex"
],
"env": {
"OLLAMA_URL": "http://localhost:11434",
"QDRANT_URL": "http://localhost:6333",
"OLLAMA_MODEL": "bge-m3:567m",
"CHAT_MEMORY_ENABLED": "true",
"CHAT_MEMORY_VECTOR_ENABLED": "true"
}
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
OLLAMA_URL=http://localhost:11434QDRANT_URL=http://localhost:6333OLLAMA_MODEL=bge-m3:567mCHAT_MEMORY_ENABLED=trueCHAT_MEMORY_VECTOR_ENABLED=truenpx claudepluginhub andyanh174/vibe-hnindex --plugin vibe-hnindex