mcpbeat Sign in

WAKE Protocol MCP Server

by omodaka9375 Your server? Claim it
local only

WAKE Protocol runs on your own machine — the client starts it, so there is no endpoint to ping. 79 installs a week from npm. Last commit 29 Apr 2026.

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

Installs per day peak 26 · avg 7 · +10% w/w
a month agotoday
79
Installs / week
npm · wake-mcp-server
3
Stars
0 open issues
29 Apr 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] dashboard/index.html:1, [пакет] dashboard/app.js:1
этот файл ставится пользователю, но в репозитории его нет

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add wake -- npx -y wake-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wake": {
      "args": [
        "-y",
        "wake-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wake]
command = "npx"
args = ["-y", "wake-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "wake": {
      "args": [
        "-y",
        "wake-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wake": {
      "args": [
        "-y",
        "wake-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to WAKE Protocol

same job, measured the same way
Servicialo MCP Server
by servicialo

Open protocol for booking and scheduling professional services via AI agents

local only
Trello MCP Server
by billnobill

Trello Model Context Protocol (MCP) Server for AI Agents

18 installs/wk local only
OMEM
by troybrandonc-bit

Memory for AI agents that tracks beliefs over time and surfaces contradictions

4 995 installs/wk local only
Agentsafe
by andyscott88

Real-time URL trust scoring for AI agents. Blocks phishing and malicious sites.

25 installs/wk local only
Handoff Tracker
by evozim

Short-term session memory manager for collaborative agent networks.

answering
Gitlab MCP Server
by dubuqingfeng

GitLab MCP (Model Context Protocol) server for AI agents

42 installs/wk local only
Plzebo
by wkoverfield

Cost-parity bench for agent loops: $/success and time across model mixes, with verifiable receipts.

33 installs/wk local only
0xHumans Protocol MCP
by davidorpeli

MCP for AI agents: financing, skills, lending on Base

answering

WAKE Protocol — questions

Answers built from our own checks of this server.

Why is there no uptime for WAKE Protocol?
WAKE Protocol runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package wake-mcp-server was installed 79 times last week.
How do I connect WAKE Protocol?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls wake-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use WAKE Protocol?
The npm package wake-mcp-server was installed 79 times in the last week. Week over week that is +10%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is WAKE Protocol open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.