Skip to content
Cursor

WAKE Protocol for Cursor

io.github.omodaka9375/wake

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

client:Cursor transport:stdio runtime:npm

Install WAKE Protocol in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

WAKE Protocol in other clients