Gotify logo
Tools · self-hosted

Gotify in one click.

Gotify is a push notifications you can run on your own machine. Launch it in Even Stacks in one click, serve it over trusted HTTPS, and let your AI agents operate it.

What is Gotify?

Gotify is a simple self-hosted server for sending and receiving push notifications via a REST API. It includes a web UI for reading messages and an Android app for real-time push delivery.

CategoryTools
Default port8095
Container imagegotify/server:latest
Official sitegotify.net

Run Gotify in Even

Even Stacks launches Gotify as a managed container on your own machine. No compose files, no manual setup.

  1. Open the Even Stacks panel in Even. The container engine starts on demand.
  2. Find Gotify in the one-click services and click Launch.
  3. Even pulls the image, starts it on port 8095, and serves it over trusted HTTPS at https://gotify.localhost.

Drive Gotify with your AI agents

Even ships an MCP, so any agent you run inside Even (Claude Code, Codex, and more) can operate Gotify directly, at both the UI level and the container level.

Through the Even MCP an agent can run commands inside it, drive its UI in the browser pane, and read its logs. It runs commands inside the container, reads its logs, and for web apps opens and clicks through the interface in Even's own browser pane. Ask once, for example "set up Gotify and get it ready", and the agent handles it end to end.

How agents reach it: Open http://localhost:8095 and create the admin account on first visit, then create an app to receive a push token. Send messages via POST /message?token=<apptoken> with JSON body {message, title, priority}. Data is in /app/data (SQLite).

More Tools services

Other one-click services you can launch in Even Stacks.