Skip to content
Zed

WAKE Protocol for Zed

io.github.omodaka9375/wake

A post-mortem succession protocol for AI agents. Black Box, handoff, time-locks.

client:Zed transport:stdio runtime:npm

Install WAKE Protocol in Zed

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

{
  "context_servers": {
    "wake": {
      "command": "npx",
      "args": [
        "-y",
        "wake-mcp-server"
      ]
    }
  }
}

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

WAKE Protocol in other clients