Back to MCP Servers
FastAlertNow 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.
communicationapiaiagent
By FastAlertNow
Installation
npx -y mcp-serverConfiguration
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": ["-y", "mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes