ilert
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ilertshow me active incidents"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ilert MCP server
The official Model Context Protocol (MCP) server for ilert.
Enables AI assistants to navigate your alerting and incident management resources on ilert.
The ilert MCP server is remote and uses the Streamable HTTP transport.
Usage
See the DOCUMENTATION for instructions on how to connect with the most popular AI agents and coding assistants like Claude, Cline, Cursor and Windsurf.
For custom integrations or integrating with other MCP clients, follow the instructions below:
Log in to the ilert app and open your organization settings.
Click on
Profile>API Keysand create a new api key for your user.Add the following configuration to your AI assistant or MCP client (the configuration schema may differ depending on the implementation):
{ "mcpServers": { "ilert": { "type": "streamableHttp", "url": "https://mcp.ilert.com/mcp", "headers": { "Authorization": "Bearer {{YOUR-API-KEY}}" } } } }For clients that don't support remote MCP servers or that haven't implemented the Streamable HTTP transport yet, you can use a configuration like the following instead:
{ "mcpServers": { "ilert": { "command": "npx", "args": [ "-y", "mcp-remote", "https://mcp.ilert.com/mcp", "--header", "Authorization: Bearer ${ILERT_AUTH_TOKEN}" ], "env": { "ILERT_AUTH_TOKEN": "{{YOUR-API-KEY}}" } } } }
This server cannot be deployed
Maintenance
Related MCP Connectors
A Model Context Protocol (MCP) server for Selise Blocks Cloud integration
The official MCP Server for the Mux API
Model Context Protocol server for the Apideck Unified API. Connect any MCP-compatible agent framework to 100+ accounting systems, HRIS platforms, file storage providers, and more through one integration. More information https://www.apideck.com/mcp-server
Related MCP Servers
AlicenseNot gradedqualityFmaintenanceModel Context Protocol (MCP) server for OpsLevel12MIT- AlicenseBqualityCmaintenanceA Model Context Protocol (MCP) server that enables AI assistants to integreate with Prometheus Alertmanager924Apache 2.0
- AlicenseNot gradedqualityBmaintenanceA generic, modular server for implementing the Model Context Protocol (MCP).50 npm45ISC
- AlicenseNot gradedqualityBmaintenanceModel Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Supports both Cloud and Server/Data Center deployments.MIT