Skip to content
VS Code

Mnemoverse Memory for VS Code

io.github.mnemoverse/mcp-memory-server

Hosted AI agent memory that learns from outcomes, with shared rooms, in Claude, Cursor and ChatGPT.

client:VS Code transport:streamable-http runtime:npm

Install Mnemoverse Memory in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-memory-server": {
      "type": "http",
      "url": "https://mcp.mnemoverse.com/mcp"
    }
  }
}

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

Mnemoverse Memory in other clients