Skip to content
Cline

vector memory for Cline

io.github.neerajg03/vector-memory

Semantic document memory using Redis vector store. Save and recall files with natural language.

client:Cline transport:stdio runtime:pypi

Install vector memory in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "vector-memory": {
      "command": "uvx",
      "args": [
        "mcp-server-vector-memory"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

vector memory in other clients