Skip to main content
Glama
mptfire
by mptfire

Warp, built for coding with multiple AI agents.

Available for MacOS, Linux, & Windows

NOTE

This is axon β€” an AI-native fork of ntfy. It adds an optional AI layer on top of vanilla ntfy. With AI disabled (ai-enabled: false), it behaves identically to upstream ntfy and is a drop-in replacement. All credit for the underlying ntfy goes to Philipp Heckel and the ntfy community β€” this fork tracks binwiederhier/ntfy (Apache-2.0).

What axon adds today (all opt-in, local-first with Ollama):

  • πŸ—£οΈ AI subscription setup β€” describe what you want in plain language in the web app; the assistant proposes topics, filters and priorities for you to review and apply

  • πŸ”§ AI subscription tuning β€” "only page me for real emergencies at night"

  • ✍️ Inline enrichment β€” long alert messages get summarized into titles and an importance estimate, with instant pass-through when the AI is slow

  • πŸ“° Topic digests β€” "summarize the last 7 days" as a structured briefing

  • πŸ’¬ Ask your history β€” questions about a topic's recent messages, answered with citations to the actual messages

  • πŸ€– MCP server for AI agents β€” ntfy mcp lets Claude & co. publish, wait for replies, and read history; scoped agent tokens included (ntfy token add --scope=ai)

Every AI call runs through a provider abstraction (OpenAI-compatible, Anthropic, Ollama), an LRU response cache, and per-visitor + global daily token budgets. See docs/ai-plan for the phased plan and docs/agents.md for the agent quickstart.

Install

Prebuilt static Linux binaries (amd64 + arm64, web app and docs embedded) are on the Releases page:

curl -LO https://github.com/mptfire/axon/releases/latest/download/axon-linux-amd64.gz
gunzip axon-linux-amd64.gz && chmod +x axon-linux-amd64 && sudo mv axon-linux-amd64 /usr/local/bin/axon
axon serve --listen-http :8080   # http://127.0.0.1:8080 β€” AI off (plain ntfy) until enabled

Tags matching v*-axon* automatically produce a release with binaries via GitHub Actions.

ntfy

ntfy.sh | Send push notifications to your phone or desktop via PUT/POST

Release Go Reference Tests Go Report Card codecov Discord Matrix Matrix space Healthcheck Gitpod

ntfy (pronounced "notify") is a simple HTTP-based pub-sub notification service. With ntfy, you can send notifications to your phone or desktop via scripts from any computer, without having to sign up or pay any fees. If you'd like to run your own instance of the service, you can easily do so since ntfy is open source.

You can access the free version of ntfy at ntfy.sh. There is also an open-source Android app available on Google Play or F-Droid, as well as an open source iOS app available on the App Store.

Related MCP server: NTFY MCP Server

ntfy Pro πŸ’Έ πŸŽ‰

I now offer paid plans for ntfy.sh if you don't want to self-host, or you want to support the development of ntfy (β†’ Purchase via web app). You can buy a plan for as low as $5/month. You can also donate via GitHub Sponsors, and Liberapay. I would be very humbled by your sponsorship. ❀️

Documentation

Getting started | Android/iOS | API | Install / Self-hosting | Building

Chat/forum

There are a few ways to get in touch with me and/or the rest of the community. Feel free to use any of these methods. Whatever works best for you:

Announcements/beta testers

For announcements of new releases and cutting-edge beta versions, please subscribe to the ntfy.sh/announcements topic. If you'd like to test the iOS app, join TestFlight. For Android betas, join Discord/Matrix (I'll eventually make a testing channel in Google Play).

Sponsors

If you'd like to support the ntfy maintainers, please consider donating to GitHub Sponsors or and Liberapay. We would be humbled if you helped carry the server and developer account costs. Even small donations are very much appreciated.

Thank you to our commercial sponsors, who help keep the service running and the development going:

And a big fat Thank You to the individuals who have sponsored ntfy in the past, or are still sponsoring ntfy:

Contributing

I welcome any contributions. Just create a PR or an issue. For larger features/ideas, please reach out on Discord/Matrix first to see if I'd accept them. To contribute code, check out the build instructions for the server and the Android app. Or, if you'd like to help translate πŸ‡©πŸ‡ͺ πŸ‡ΊπŸ‡Έ πŸ‡§πŸ‡¬, you can start immediately in Hosted Weblate.

Code of Conduct

We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, caste, color, religion, or sexual identity and orientation.

We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.

Please be sure to read the complete Code of Conduct.

License

Made with ❀️ by Philipp C. Heckel.
The project is dual licensed under the Apache License 2.0 and the GPLv2 License.

Third-party libraries and resources:

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables AI agents to interact with Novu's notification system, facilitating operations like sending notifications, managing subscribers, and organizing topics.
    4
    -
  • A
    license
    B
    quality
    D
    maintenance
    Enables AI agents to send push notifications to your phone through ntfy, with built-in security controls to prevent data exfiltration. It exposes a single tool notify_user for notifying when tasks complete or need attention.
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables sending push notifications via ntfy with a single tool, allowing Claude agents to send notifications directly without shell access.
    MIT