diff --git a/mcp-server/alerts.html b/mcp-server/alerts.html
new file mode 100644
index 0000000..beb3c90
--- /dev/null
+++ b/mcp-server/alerts.html
@@ -0,0 +1,248 @@
+
+
+
+
+
Push alerts — make the system find you
+
The daemon runs in the background and dispatches a concise digest whenever something worth notifying changes: a role escalates to tight or critical, a new staffing deadline falls within your warn window, or the playbook memory compounds meaningfully. Phone-first shops don't open dashboards — they need the system to reach out.
+
+
+
+
+
Configuration
+
+
+ Webhook behavior. The daemon POSTs JSON {text, digest} to your webhook URL.
+ Slack and Discord both accept this shape if the URL is an incoming-webhook. The text
+ field is pre-formatted human-readable; the digest field is structured for a bot to parse.
+ Interval changes take effect on next server restart.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/mcp-server/console.html b/mcp-server/console.html
index 6bef979..87c7066 100644
--- a/mcp-server/console.html
+++ b/mcp-server/console.html
@@ -98,6 +98,7 @@ details .body{padding-top:10px;font-size:12px;color:#8b949e}