Skip to content
Claude Desktop

WAKE Protocol for Claude Desktop

io.github.omodaka9375/wake

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

client:Claude Desktop transport:stdio runtime:npm

Install WAKE Protocol in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

WAKE Protocol in other clients