notify-completion-mcp-server
@nakat-t
关于 notify-completion-mcp-server
The MCP server that provides notifications when AI agents complete long-running tasks. This allows you to leave your desktop without forgetting about tasks.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"notify-completion": {
"command": "npx",
"args": [
"-y",
"@nakat-t/notify-completion-mcp-server@latest"
],
"env": {
"OVERDUE_COMMAND": "<Command to execute very flashy effects>"
},
"autoApprove": [
"start-timer",
"check-overdue"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is notify-completion-mcp-server?
The MCP server that provides notifications when AI agents complete long-running tasks, allowing users to leave their desktop without forgetting about tasks. It addresses the issue of users needing to actively monitor their computer for AI task completion by providing a notification mechanism triggered when tasks are finished.
How to use notify-completion-mcp-server?
Add the server configuration to your MCP client settings (e.g., cline_mcp_settings.json) using npx, set the OVERDUE_COMMAND environment variable, optionally configure THRESHOLD and EXECUTE_IN_SERVER, and paste the provided custom instructions into your client settings to direct AI agents to call the start-timer and check-overdue tools.
Key features of notify-completion-mcp-server
- Provides notifications when AI agents complete long-running tasks
- Offers two MCP tools:
start-timerandcheck-overdue - Configurable overdue command for custom notifications
- Supports adjustable threshold to skip short tasks
- Works with Cline, Claude Desktop, Cursor, and GitHub Copilot
Use cases of notify-completion-mcp-server
- Receive a desktop notification when an AI agent finishes a complex data analysis
- Get alerted when code generation or large refactoring completes
- Be notified when batch processing or file transformations finish
- Walk away from your desk while AI performs a long task and get notified upon completion
FAQ from notify-completion-mcp-server
Which MCP clients are confirmed to work with notify-completion-mcp-server?
Cline, Claude Desktop, Cursor, and GitHub Copilot have been confirmed to work. Other clients likely work if they have similar capabilities.
What environment variables does notify-completion-mcp-server require?
OVERDUE_COMMAND is required. THRESHOLD (default 0 seconds) and EXECUTE_IN_SERVER are optional.
How does the timer notification mechanism work?
The AI agent calls start-timer at the beginning of a task and check-overdue when the task completes. If elapsed time exceeds the threshold, the server returns the configured command for notification.
Where does notify-completion-mcp-server store timing data?
The README does not specify any data persistence; timing is handled in-memory during the MCP session.
What transport or authentication does notify-completion-mcp-server use?
The README does not specify transport or authentication details.
其他 分类下的更多 MCP 服务器
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Nginx UI
0xJackyYet another WebUI for Nginx
Codelf
unbugA search tool helps dev to solve the naming things problem.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
评论