Fusionpact Vectordb runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 10 Mar 2026.
Hybrid vector + reasoning retrieval, agent memory, multi-agent orchestration, MCP server, and RAG.
Today is the operative word: we check Fusionpact Vectordb every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add fusionpact-vectordb -- npx -y fusionpact
{
"mcpServers": {
"fusionpact-vectordb": {
"args": [
"-y",
"fusionpact"
],
"command": "npx"
}
}
}
[mcp_servers.fusionpact-vectordb]
command = "npx"
args = ["-y", "fusionpact"]
{
"mcpServers": {
"fusionpact-vectordb": {
"args": [
"-y",
"fusionpact"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"fusionpact-vectordb": {
"args": [
"-y",
"fusionpact"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
EMBEDDING_PROVIDER (Embedding provider: ollama (free), openai, or mock).
The author declared them in the registry entry; get the values from the project itself.
Shared memory + orchestration for your coding agents. Local-first MCP, vector RAG.
Local-first agentic RAG with citations - hybrid search, reranking, multimodal document retrieval
MCP RAG server with hybrid search, multi-KB support, and AI-powered chunk contextualization.
Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation
RAG memory for LLM agents over Garnet Vector Sets: store text as embeddings, recall by meaning.
RAG-enabled MCP server using Contextual AI. Supports single-agent and multi-agent modes.
Local FAISS vector database for RAG with document ingestion, semantic search, and MCP prompts.
Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.
Answers built from our own checks of this server.