Skip to main content
CommunicationTypeScript

FastAlertNow/mcp-server

Official Model Context Protocol (MCP) server for FastAlert. This server allows AI agents (like Claude, ChatGPT, and Cursor) to list of your channels and send notifications directly through the FastAlert API.

communicationofficialcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/FastAlertNow/mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "fastalertnow-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "FastAlertNow/mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
TypeScript
Author
FastAlertNow