Developer Tools
Trust: 32/100 (Limited)io.github.FastAlertNow/mcp-server Guide
Official MCP server for FastAlert, providing tools to list channels and send notifications.
by FastAlertNow
Quick Start
Install
npx fastalert-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-fastalertnow-mcp-server": {
"command": "npx",
"args": [
"fastalert-mcp-server"
]
}
}
}