Skip to content
VS Code

context mem for VS Code

io.github.jubakitiashvili/context-mem

Persistent memory for AI agents — 98%+ retrieval recall, 99% token savings, 44 tools

client:VS Code transport:stdio runtime:npm

Install context mem in VS Code

.vscode/mcp.json

{
  "servers": {
    "context-mem": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "context-mem"
      ]
    }
  }
}

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

context mem in other clients