← Back to browse

Remembra — AI Memory Layer

Indexed by io.github.remembra-ai

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Claude Code
claude mcp add remembra -- uvx remembra
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"remembra","command":"uvx","args":["remembra"]}'
JSON
{
  "mcpServers": {
    "remembra": {
      "command": "uvx",
      "args": [
        "remembra"
      ]
    }
  }
}