Pushary

Continue finished the edit.
Your phone knows.

Pushary sends a push notification when Continue finishes or needs your permission, and lets you approve from your phone in one tap.

Get notified when Continue finishes in agent mode, and answer its questions from your phone. Added as a streamable-http MCP server, no native app to install.

One command

mkdir -p .continue/mcpServers

Drop a pushary.yaml in that folder with a streamable-http block pointing at https://pushary.com/api/mcp/mcp, switch Continue to Agent mode, and restart it. See /docs/agents/connect-any-agent.

Can I answer Continue's questions from my phone, and will it wait for me?

Pushary loads into Continue as a streamable-http MCP server from .continue/mcpServers, and the tools appear only in Continue's Agent mode. You get a push when an agent task finishes and answer its questions from your lock screen, in VS Code or JetBrains from the same YAML file. Continue chooses when to ask, so nothing is held open mid-run.

Shipping an agent of your own?

The same loop runs the other direction.

Getting a push when Continue finishes is one person watching their own agent. If you are building a product that runs an agent for other people, the question flips: your agent needs to ask your customer before it issues that refund or sends that message. That is the same primitive pointed outward. Human-in-the-loop for AI agents covers the API and the framework adapters. The Partner plan is what you embed when the person approving is someone who has never heard of us.

99.9%Delivered
Hacker NewsFeatured on Hacker News
3-4xvs Email

The Continue workflow without notifications

You kick off an agent run in your editor, jump to Slack, and Continue has been sitting on a question the whole time.

Without Pushary
Start an agent task in Continue
Switch to another window
Forget Continue is running
Come back much later
It finished, or it is stuck on a question
With Pushary
Start an agent task in Continue
Go do something else
Continue has a question? Answer from your phone
Your phone buzzes when it finishes
You stay in the loop from anywhere

Stop watching Continue spin. Start getting notified.

One command. Your phone buzzes when Continue is done.

Continue notification questions

How do I get notified when Continue finishes?

Add Pushary as a streamable-http MCP server in .continue/mcpServers/pushary.yaml, then use Continue in Agent mode. It sends a push to your phone when a task completes, and can ask questions you answer from your phone.

Where does the config go, and what transport does Pushary use?

Continue reads YAML files from the .continue/mcpServers folder at the top of your workspace. Pushary is a remote server, so use type: streamable-http with url https://pushary.com/api/mcp/mcp and an Authorization: Bearer header holding your Pushary API key. MCP tools only work in Agent mode, and you need to restart Continue after editing the file.

Does Pushary block Continue until I approve?

No. Continue is a cooperative MCP integration, so it asks when it decides to and there is no runtime gate. You get the notification and the question on your phone, but Pushary does not physically stop an action mid-run. Enforced approvals that block a command until you answer are available for Claude Code, Codex, Gemini CLI, Cursor for shell commands, and Hermes.

Does it work in the JetBrains extension too?

Yes. Continue runs in both VS Code and JetBrains IDEs, and both read the same .continue/mcpServers config, so notifications and questions reach your phone from either one.

How much does Pushary cost?

Paid agent plans start with a 3-day trial at $9.99 per month, including 5,000 notifications per month.