memex for Cursor
io.github.dioniipereyraa/memex
One searchable memory of your Claude.ai chats and Claude Code sessions, served over MCP.
client:Cursor
transport:stdio
runtime:pypi
Install memex in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"memex": {
"type": "stdio",
"command": "uvx",
"args": [
"memex-chats"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs