mem context for Cursor
io.github.turbyho/mem-context
Temporal memory MCP server with LanceDB vector search, weight-decay scoring, and LLM consolidation
client:Cursor
transport:stdio
runtime:pypi
Install mem context in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mem-context": {
"type": "stdio",
"command": "uvx",
"args": [
"mem-context"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs