
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
agent-notification-mcp-server
Advanced tools
MCP server for desktop notifications on task completion and user action requirements
タスク完了時やユーザーアクションが必要な時にデスクトップ通知を送信するMCPサーバーです。
.mcp.json
に追加:
{
"servers": {
"notification": {
"command": "npx",
"args": ["agent-notification-mcp-server"]
}
}
}
## タスクが完了したら
agent-notification MCP Tools を使って、通知をしてください。
途中経過の場合は、`WIP:` のように通知の title にラベルを付けてください。
人間に制御を渡す直前に、`DONE: ` のように通知の title にラベルを付けてください。
(本当に最後のタスクが完了した場合のみ、`DONE: ` ラベルを付けた通知を送信してください。その通知が本当に正しいのかがわからずに、人間は迷ってしまうためです。)
git clone https://github.com/tamago324/agent-notification-mcp-server.git
cd agent-notification-mcp-server
bun install
bun run index.ts
notifyAgentCompletion
: エージェント処理完了通知notifyActionRequired
: ユーザーアクション必要通知sendCustomNotification
: カスタム通知sudo apt-get install libnotify-bin
)通知が表示されない場合:
sudo apt-get install libnotify-bin
サーバーが起動しない場合:
bun --version # Bunバージョン確認
bun install # 依存関係再インストール
MIT
FAQs
MCP server for desktop notifications on task completion and user action requirements
We found that agent-notification-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.