Cross-app portability
The MCP server gives Claude, Cursor, coding agents, and other MCP clients the same memory layer without rebuilding context.
Transparent, scoped, and yours — Memora follows you from ChatGPT to Claude to your coding agents.
MCP quick-start
uvx memora-mcpMemora stores local data in ~/.memora/ by default. Add your own keys when you want hosted models, or leave them out for degraded local recall.
Client configuration
claude_desktop_config.json / .mcp.json
// Claude Desktop (claude_desktop_config.json) / Claude Code (.mcp.json)
{
"mcpServers": {
"memora": {
"command": "uvx",
"args": ["memora-mcp"],
"env": {
"GEMINI_API_KEY": "<optional>"
}
}
}
}Built for trust
The MCP server gives Claude, Cursor, coding agents, and other MCP clients the same memory layer without rebuilding context.
Project memory stays inside its scope, so project-x memories do not leak into project-y.
project-x
project-y
Memories are visible and manageable with edit, export, and delete controls built into the product surface.
Use your keys, your machine, and local degraded mode when no cloud provider is configured.