Pushary
io.github.pushary/pusharyReach a human from a running agent. Approvals on the lock screen, plus a cross-agent audit trail.
Tools · 5
Send a one-way push notification to the user's phone and browser. Nothing is awaited; use ask_user instead when you need an answer back. Reach for this when a long-running task finishes and the user a…
Ask the user a question as a push notification on their phone and block until they answer. Reach for this whenever you need the user's decision and they may be away from the current client: approving …
Propose what this run will touch and block until the user ratifies it. Call ONCE at the start of a multi-step run, before doing work. The user sees the paths you intend to change, the areas you promis…
Poll once for the user's answer to a previously created question: after ask_user times out, after ask_user with wait:false, or with a linkedCorrelationId from send_notification. Each call blocks until…
Retract a pending question so it can no longer be answered. Use this when a question became irrelevant before the user replied: the agent found the answer itself, the task was aborted, or a newer ques…
Resources · 5
What Pushary is, what it is not, the questions it answers, and a linked map of every page on pushary.com. Start here.
https://pushary.com/llms.txt
Every Pushary documentation page concatenated into one Markdown file: quickstart, API keys, per-agent setup guides, permission policies, the audit trail, and the embed integration guide.
https://pushary.com/llms-full.txt
The full REST surface: decisions, authorization, end-user enrollment, per-end-user keys, notifications, subscribers, campaigns, templates and flows. Typed schemas and a unique operationId per operatio…
https://pushary.com/openapi.json
The one-command setup that wires the MCP server, permission hooks and event tracking into an agent, and what to check when it does not connect.
https://pushary.com/docs/agents/quickstart.md
What every tool on this server does, what it takes, and what it returns: ask_user, wait_for_answer, send_notification, cancel_question, and the Partner decision tools.
https://pushary.com/docs/agents/reference/tools.md
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"pushary": {
"url": "https://pushary.com/api/mcp/mcp",
"transport": "streamable-http"
}
}
}