Skip to content
VS Code

agent memory for VS Code

dev.veritap/agent-memory

Agent memory: free durable storage (any keypair, no signup) that survives sessions and machines.

client:VS Code transport:streamable-http tools:12

Install agent memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-memory": {
      "type": "http",
      "url": "https://locker.veritap.dev/mcp/memory"
    }
  }
}

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

What VS Code can do once it is connected

agent memory in other clients