← Back to Plugins
MCP Server MCP

io.github.atul-fusionpact/fusionpact-vectordb

github By github 👁 1 views ▲ 0 votes

Hybrid vector + reasoning retrieval, agent memory, multi-agent orchestration, MCP server, and RAG.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "fusionpact",
      "version": "2.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Embedding provider: ollama (free), openai, or mock",
          "format": "string",
          "name": "EMBEDDING_PROVIDER"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...