Skip to content
Cursor

tempera for Cursor

io.github.anvanster/tempera

Persistent episodic memory for AI coding: capture, retrieve, brief, dream cycle, cross-project.

client:Cursor transport:stdio runtime:npm

Install tempera in Cursor

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

{
  "mcpServers": {
    "tempera": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@astudioplus/tempera-mcp"
      ]
    }
  }
}

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

tempera in other clients