Odel
WAKE Protocol

WAKE Protocol

Local
@omodaka93753TypeScriptUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmwake-mcp-serverv2.2.2

Run

npx -y wake-mcp-server

MCP client config

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