Skip to content
VS Code

WAKE Protocol for VS Code

io.github.omodaka9375/wake

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

client:VS Code transport:stdio runtime:npm

Install WAKE Protocol in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

WAKE Protocol in other clients