Skip to content
VS Code

memory for VS Code

com.cortex-mem/memory

Shared, persistent memory for AI agents — works with Claude, Kiro, Cursor, or any MCP client.

client:VS Code transport:stdio runtime:npm

Install memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cortex-memory-mcp"
      ]
    }
  }
}

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

memory in other clients