Connect AlertKick to AI tools like Claude Desktop, Cursor, and any MCP-compatible client. Ask questions about your servers, alerts, and security events in plain English. Get answers in seconds.
AI Tool (Claude Desktop / Cursor / etc.)
| stdio (JSON-RPC)
v
apmcp (local binary)
| HTTPS + API Key
v
AlertKick API (your account) The MCP server exposes 14 tools that let your AI assistant read and act on your monitoring data. Just ask in natural language - the AI figures out which tools to call.
Example prompts
list_serversget_serverget_server_containerslist_alertsget_alertacknowledge_alertresolve_alertlist_security_eventsget_security_event_statslist_monitorsget_monitorlist_heartbeatslist_incidentsget_incidentThe MCP server is a single Go binary. Download or build it, add your API key, and point your AI tool at it.
Add this to your Claude Desktop config (~/.config/claude/claude_desktop_config.json):
{
"mcpServers": {
"alertkick": {
"command": "/path/to/apmcp",
"env": {
"ALERTPRIORITY_API_KEY": "ak_your_key_here"
}
}
}
} claude mcp add --transport stdio alertkick \
--env ALERTPRIORITY_API_KEY=ak_your_key_here \
-- /path/to/apmcp git clone https://github.com/alertkick/alertkick-mcp.git
cd alertkick-mcp
make build
./apmcp --version The MCP server is fully open source under the Apache 2.0 licence. Inspect the code, build from source, contribute improvements, or fork it for your own needs.
Install one agent. Get security monitoring, infrastructure alerts, and on-call management - all included, every plan.