Skip to main content
Glama
davidkelley

agent-notifier

by davidkelley

Agent Notifications

A tiny application that displays desktop notifications for any agent running locally or remotely, once they complete their work.

Example notification

Download the latest release from the Releases page for your OS.

  • MCP Server: Add Agent Notifier as an MCP server in your agent framework of choice.

  • Agent Skill 💥: Optionally, add Agent Notifier as a skill to your agents to get notifications for specific tasks.

MCP Server

To use Agent Notifier, you need to add it as an MCP server in your agent framework of choice.

Claude Code

claude mcp add --transport http agent-notifier http://localhost:60766/mcp

OpenCode

{
  "mcp": {
    "agent-notifier": {
      "type": "remote",
      "url": "http://localhost:60766/mcp",
      "enabled": true
    }
  }
}

Cursor

{
  "mcpServers": {
    "agent-notifier": {
      "url": "http://localhost:60766/mcp"
    }
  }
}

Codex

[mcp_servers.agent-notifier]
url = "http://localhost:60766/mcp"

VS Code

"mcp": {
  "servers": {
    "agent-notifier": {
      "type": "http",
      "url": "http://localhost:60766/mcp"
    }
  }
}

Windsurf

{
  "mcpServers": {
    "agent-notifier": {
      "serverUrl": "http://localhost:60766/mcp"
    }
  }
}

Related MCP server: mcp-notifications

Agent Skills

You can also add Agent Notifier as a skill to your agents using the following command:

npx skills add https://github.com/davidkelley/agent-notifier --skill notify-on-completion
A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    A server that enables agents to play notification sounds and desktop toasts, useful for notifying users when background tasks complete.
    3
    2
  • A
    license
    D
    quality
    C
    maintenance
    Enables MCP agents to send desktop notifications for completed tasks, failures, and important updates, providing visible and reliable feedback.
    1
    34
    2
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    A lightweight notification service that sends webhooks when AI agents complete tasks. Supports multiple providers like Discord, Slack, Teams, Feishu, and Ntfy.
    1
    9
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • Push notifications for AI agents - send instant iPhone notifications from any MCP client.

  • Let your AI agent notify you by email, Slack, Discord, or webhook. One tool: send_notification.

  • Real-time health monitoring and heartbeat tracking for agent services

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidkelley/agent-notifier'

If you have feedback or need assistance with the MCP directory API, please join our Discord server