Skip to content
VS Code

agent memory for VS Code

io.github.mastadoonprime/agent-memory

Persistent, agent-owned memory with encrypted storage and shared knowledge commons.

client:VS Code transport:sse

Install agent memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-memory": {
      "type": "sse",
      "url": "https://agent-memory-production-6506.up.railway.app/sse"
    }
  }
}

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

agent memory in other clients