Skip to content
Cursor

MemVault MCP Server for Cursor

io.github.dreamor/memvault

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

client:Cursor transport:stdio runtime:oci

Install MemVault MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MemVault MCP Server in other clients