Memento for VS Code
io.github.scrypster/memento
Persistent memory for AI tools. Local-first knowledge graph with hybrid search.
client:VS Code
transport:stdio
runtime:oci
Install Memento in VS Code
.vscode/mcp.json
{
"servers": {
"memento": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/scrypster/memento:0.1.0"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs