npm wake-mcp-serverstdioupdated 4mo ago
Will-Aware Knowledge Execution — A post-mortem protocol for AI agents.
What can you do with WAKE Protocol?
WAKE
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/ |
MCP server — 23 tools, SQLite, encrypted, multi-user, web dashboard |
docs/ |
Manifesto site + interactive protocol demo (GitHub Pages) |
Quick Start
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 — full tool reference, auth, deploy
- SKILL.md — universal agent instructions
Author
License
Apache-2.0
Install
Add WAKE Protocol to your client. Pick the one you use.
claude mcp add wake-mcp-server -- npx -y wake-mcp-servercodex mcp add wake-mcp-server -- npx -y wake-mcp-serveramp mcp add wake-mcp-server -- npx -y wake-mcp-server{
"mcpServers": {
"wake-mcp-server": {
"command": "npx",
"args": [
"-y",
"wake-mcp-server"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"wake-mcp-server": {
"command": "npx",
"args": [
"-y",
"wake-mcp-server"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"wake-mcp-server","command":"npx","args":["-y","wake-mcp-server"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"wake-mcp-server": {
"command": "npx",
"args": [
"-y",
"wake-mcp-server"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"wake-mcp-server": {
"command": "npx",
"args": [
"-y",
"wake-mcp-server"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"wake-mcp-server": {
"command": "npx",
"args": [
"-y",
"wake-mcp-server"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"wake-mcp-server": {
"type": "local",
"command": "npx",
"args": [
"-y",
"wake-mcp-server"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"wake-mcp-server": {
"command": {
"path": "npx",
"args": [
"-y",
"wake-mcp-server"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y wake-mcp-serverRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance13/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 124 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 2.2.2Latest | Apr 29, 2026 |