mem context for VS Code
io.github.turbyho/mem-context
Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation
client:VS Code
transport:stdio
runtime:pypi
Install mem context in VS Code
.vscode/mcp.json
{
"servers": {
"mem-context": {
"type": "stdio",
"command": "uvx",
"args": [
"mem-context"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs