Back to browse
A private pager for your AI agent loops

A private pager for your AI agent loops

by alexandroskyr·Jun 23, 2026·3 points·1 comment

AI Analysis

●●●BangerWizardrySolve My ProblemZero to One

Magic Wormhole encryption for agent-to-human paging with zero accounts or databases.

Strengths
  • Magic Wormholes provide E2E encryption without needing accounts or infrastructure.
  • One-line MCP config works with Claude Code, Cursor, Copilot — no custom integration.
  • Solves the real autonomy paradox: agents run free until they hit edge cases.
Weaknesses
  • Only handles yes/no/reply — complex multi-step human workflows need more.
  • Relies on relay servers they host; self-hosting option isn't documented.
Category
Target Audience

Developers running autonomous AI agents

Similar To

PagerDuty · MCP Server · Magic Wormhole

Post Description

Problem Im solving: Im running 30+ fully autonomous agents. In some rare cases they get blocked because they cannot decide what direction to take.

So I built a communication channel for them. So in case they get blocked they can ask me anything. The base case should be that no questions should arrive to me. But the more I automate the agents the more edge cases I find. That's why I built the `ask-a-human` where all my agents are connected into my phone in the same PWA app. I get push notifications and banners when agent needs something from me. That's all. It is also plug n play. No Account No configuration No monetization. It works with Magic Wormholes the channel is end to end encrypted.

Please let me know if you find it useful!

Similar Projects