Skip to content

Vector Memory

Free

by MCP Community

A zero-configuration RAG memory server for MCP clients

v2.2.1Added Apr 12, 2026
mcpmemoryragembeddingssqlite-vec
Works with:ClaudeGPTGeminiCopilot

Vector Memory MCP Server

A zero-configuration RAG memory server for MCP clients

Installation

npx -y @aeriondyseti/vector-memory-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @aeriondyseti/vector-memory-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "vector-memory": {
      "command": "npx",
      "args": ["-y", "@aeriondyseti/vector-memory-mcp"]
    }
  }
}