WAKE Protocol for Grok
io.github.omodaka9375/wake
A post-mortem succession protocol for AI agents. Black Box, handoff, time-locks.
client:Grok
transport:stdio
runtime:npm
Install WAKE Protocol in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"wake": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"wake-mcp-server"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs