Skip to content
VS Code

Memento for VS Code

io.github.jee1/memento-mcp-server

Agent memory MCP server with 4-type cognitive memory, hybrid search, and TTL-based forgetting.

client:VS Code transport:stdio runtime:npm

Install Memento in VS Code

.vscode/mcp.json

{
  "servers": {
    "memento-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "memento-mcp-server"
      ]
    }
  }
}

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

Memento in other clients