Skip to content
Zed

Session Steward for Zed

io.github.mallikcheripally/session-steward

Review and safely clean local Codex and Claude Code sessions

client:Zed transport:stdio runtime:npm

Install Session Steward in Zed

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

{
  "context_servers": {
    "session-steward": {
      "command": "npx",
      "args": [
        "-y",
        "session-steward"
      ]
    }
  }
}

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

Session Steward in other clients