Skip to content
VS Code

sovseal memory for VS Code

io.github.bobybarack/sovseal-memory

Local-first, zero-knowledge AI memory across Claude, Cursor, and every MCP client. 0 RTT reads.

client:VS Code transport:stdio runtime:npm

Install sovseal memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "sovseal-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sovseal/mcp-server"
      ]
    }
  }
}

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

sovseal memory in other clients