Skip to content
Cursor

Remembra — AI Memory Layer for Cursor

io.github.remembra-ai/remembra

Persistent AI memory with entity resolution, temporal knowledge graph & 11 MCP tools.

client:Cursor transport:stdio runtime:pypi

Install Remembra — AI Memory Layer in Cursor

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

{
  "mcpServers": {
    "remembra": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "remembra"
      ]
    }
  }
}

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

Remembra — AI Memory Layer in other clients