Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Agent Notifier

БесплатноНе проверен

Sends desktop notifications when agents complete tasks, supporting local and remote agents.

GitHubEmbed

Описание

Sends desktop notifications when agents complete tasks, supporting local and remote agents.

README

Agent Notifications Icon

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"
    }
  }
}

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

from github.com/davidkelley/agent-notifier

Установка Agent Notifier

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/davidkelley/agent-notifier

FAQ

Agent Notifier MCP бесплатный?

Да, Agent Notifier MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Agent Notifier?

Нет, Agent Notifier работает без API-ключей и переменных окружения.

Agent Notifier — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Agent Notifier в Claude Desktop, Claude Code или Cursor?

Открой Agent Notifier на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Agent Notifier with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai