WAKE Protocol for Cline
io.github.omodaka9375/wake
A post-mortem succession protocol for AI agents. Black Box, handoff, time-locks.
client:Cline
transport:stdio
runtime:npm
Install WAKE Protocol in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"wake": {
"command": "npx",
"args": [
"-y",
"wake-mcp-server"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs