mem context for Claude Desktop
io.github.turbyho/mem-context
Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation
client:Claude Desktop
transport:stdio
runtime:pypi
Install mem context in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mem-context": {
"command": "uvx",
"args": [
"mem-context"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs