Skip to content
Cursor

Memphora for Cursor

io.github.memphora/memphora

Add persistent memory to AI assistants. Store and recall info across conversations.

client:Cursor transport:stdio runtime:pypi

Install Memphora in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "memphora": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "memphora-mcp"
      ],
      "env": {
        "MEMPHORA_API_KEY": "<MEMPHORA_API_KEY>",
        "MEMPHORA_USER_ID": "<MEMPHORA_USER_ID>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Memphora in other clients