Skip to content
VS Code

vector memory for VS Code

io.github.neerajg03/vector-memory

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

client:VS Code transport:stdio runtime:pypi

Install vector memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "vector-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-server-vector-memory"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

vector memory in other clients