Skip to content
VS Code

MemVault MCP Server for VS Code

io.github.dreamor/memvault

Shared memory router for AI agents: save/search/recall, session-start injection, review inbox.

client:VS Code transport:stdio runtime:oci

Install MemVault MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "memvault": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/dreamor/memvault:0.3.0"
      ]
    }
  }
}

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

MemVault MCP Server in other clients