Back to Browse

Wake MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (3 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

database

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-omodaka9375-wake": {
      "args": [
        "-y",
        "wake-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

WAKE

npm License

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

What happens to your agent when you're gone?

Structure

DirectoryDescription
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

Author

Omodaka9375

License

Apache-2.0

Reviews

No reviews yet

Be the first to review this server!