GoodMemory for VS Code
io.github.hjqcan/goodmemory
Durable user/project memory for MCP clients: recall context and remember selected facts.
client:VS Code
transport:stdio
runtime:npm
Install GoodMemory in VS Code
.vscode/mcp.json
{
"servers": {
"goodmemory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"goodmemory"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs