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.
Quick Start
Clone the repository:
git clone https://github.com/FastAlertNow/mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"fastalertnow-mcp-server": {
"command": "npx",
"args": [
"-y",
"FastAlertNow/mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.