memory mcp lite for VS Code
io.github.thuupx/memory-mcp-lite
A lightweight, structured, token-efficient local-first MCP memory server
client:VS Code
transport:stdio
runtime:npm
Install memory mcp lite in VS Code
.vscode/mcp.json
{
"servers": {
"memory-mcp-lite": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"memory-mcp-lite"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs