Skip to content
Zed

tempera for Zed

io.github.anvanster/tempera

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

client:Zed transport:stdio runtime:npm

Install tempera in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

tempera in other clients