Loading languages...
AL

alertmcp

@kousunh1

An MCP tool that provides desktop notification functionality. You can send notifications from AI client tools like Claude and Cursor.

desktop-notification
mcp-server

# mcpServer Config

{
  "mcpServers": {
    "alert_mcp": {
      "command": "uv",
      "args": [
        "--directory",
        "<Path to your Git cloned folder>\\alert_mcp",
        "run",
        "python",
        "-m",
        "alertmcp.server"
      ],
      "alwaysAllow": [
        "add"
      ],
      "disabled": false
    }
  }
}

# stdio

uv --directory <Path to your Git cloned folder> run python -m alertmcp.server
Transport:
stdio
Язык:
Python
Создано:4/26/2025
Обновлено:5/6/2025
Домашняя страница:
https://github.com/kousunh/alertmcp