Skip to main content
Glama

ilert

Official
by iLert

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 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}}" } } } }
-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

The official Model Context Protocol (MCP) server for ilert.

  1. Usage

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.
      Last updated -
      3
      614
      61
      JavaScript
      Apache 2.0
    • A
      security
      F
      license
      A
      quality
      A Model Context Protocol (MCP) server that provides tools to interact with Folderr's API, specifically for managing and communicating with Folderr Assistants.
      Last updated -
      7
      615
      1
      JavaScript
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol (MCP) server implementation that provides EMQX MQTT broker interaction.
      Last updated -
      4
      19
      Python
      Apache 2.0
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol (MCP) server designed to easily dump your codebase context into Large Language Models (LLMs).
      Last updated -
      1
      50
      2
      JavaScript
      Apache 2.0

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/iLert/mcp-ilert'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server