# WAKE Protocol

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/Omodaka9375/wake  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/wake-protocol

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

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "wake-protocol": {
    "command": "npx",
    "args": ["-y","wake-protocol"]
  }
}
```

## Documentation & README

# WAKE

[![npm](https://img.shields.io/npm/v/wake-mcp-server)](https://www.npmjs.com/package/wake-mcp-server) [![License](https://img.shields.io/badge/license-Apache--2.0-blue)](wake-mcp-server/LICENSE)

<img width="904" height="624" alt="WAKE Protocol" src="https://github.com/user-attachments/assets/4183a0bf-7ecd-4d2e-a468-bae32f2df467" />

**Will-Aware Knowledge Execution** — A post-mortem protocol for AI agents.

What happens to your agent when you're gone?

## Structure

| Directory | Description |
|---|---|
| [`wake-mcp-server/`](wake-mcp-server/) | MCP server — 23 tools, SQLite, encrypted, multi-user, web dashboard |
| [`docs/`](docs/) | Manifesto site + interactive protocol demo (GitHub Pages) |

## Quick Start

```bash
cd wake-mcp-server
pnpm install && pnpm run build
pnpm start        # stdio + dashboard on http://localhost:3000
pnpm test         # 69 tests
```

## The Protocol

```
ACTIVE → VIGIL → EULOGY → REST
```

Your agent calls `heartbeat` on every interaction. When you stop responding, **VIGIL** triggers. A designated verifier confirms the death. **EULOGY** executes your succession plan — delivering final messages, activating tiered access to your Black Box, and initiating agent-to-agent handoffs. **REST** executes your terminal directive: archive, distill, or delete.

Everything is configurable: beneficiaries, redactions, time-locks, no-resurrection directives, jurisdiction, webhooks.

## Documentation

- [MCP Server README](wake-mcp-server/README.md) — full tool reference, auth, deploy
- [SKILL.md](wake-mcp-server/SKILL.md) — universal agent instructions

## Author

[Omodaka9375](https://github.com/Omodaka9375)

## License

Apache-2.0

