Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds the HeyOnCall MCP server to the "Official Integrations" section of README.md.
Description
The HeyOnCall MCP Server allows you to just add something like:
Page me when you're done.to your prompts and your agent will be able to send notifications to our free iOS or Android apps:The HeyOnCall MCP Server exposes a single tool
HeyOnCall__set_alertingwhich allows the agent to set a trigger to alerting, optionally passing a short message as well.It's free, and our iOS and Android apps are free as well.
More info here: https://heyoncall.com/blog/mcp-server-for-paging-a-human
30 second demo videos on YouTube:
Claude Code:
Cursor:
Motivation and Context
As tools like Claude Code can run longer without supervision, this MCP server allows you to get notified when a task list is done (or other criteria of your liking, simply by prompting), so you're not chained to your desk.
How Has This Been Tested?
The HeyOnCall MCP server has been tested with Claude Code, Cursor, and RubyLLM::MCP. The RubyLLM::MCP tests are part of our CI test suite. Our CI test suite also includes several custom request tests for the MCP server.
Breaking Changes
No
Types of changes
Checklist
Additional context