Skip to content
VS Code

MemoryGuard for VS Code

io.github.irisxc4/memoryguard

Local-first governed MCP memory backend for coding agents.

client:VS Code transport:stdio runtime:pypi

Install MemoryGuard in VS Code

.vscode/mcp.json

{
  "servers": {
    "memoryguard": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-memguard"
      ]
    }
  }
}

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

MemoryGuard in other clients