ilert - MCP Server

Created By
ilert10 months ago
The official Model Context Protocol (MCP) server for ilert.
Overview

ilert MCP server

Install 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 ilert docs 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:

  1. Log in to the ilert app and open your organization settings.

  2. Click on Profile > API Keys and create a new api key for your user.

  3. 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}}"
          }
        }
      }
    }
    

Server Config

{
  "mcpServers": {
    "ilert": {
      "type": "streamableHttp",
      "url": "https://mcp.ilert.com/mcp",
      "headers": {
        "Authorization": "Bearer {{YOUR-API-KEY}}"
      }
    }
  }
}
Project Info
Created At
10 months ago
Updated At
10 months ago
Author Name
ilert
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All