ilert MCP server (hosted)
The ilert MCP Server is the official Model Context Protocol (MCP) endpoint for ilert. It enables AI agents, coding assistants, and autonomous systems to query, analyze, and act on your ilert resources β including alerts, incidents, services, on-call schedules, and more.
π Overview
Base URL:
https://mcp.ilert.com/mcpTransport: Streamable HTTP
Authentication: API key (Bearer token)
Host: ilert (no local installation required)
This hosted MCP server provides a secure, out-of-the-box connection for your AI assistants such as Claude, Cursor, Cline, Windsurf, or any MCP-compliant client.
π Quick Installation
You can install and connect the ilert MCP server directly to a compatible AI assistant using the button below:
π Authentication
The ilert MCP Server uses API key authentication.
Log in to your ilert account.
Go to Profile β API Keys.
Create a new API key for your user.
Copy the key and use it in the configuration examples below.
βοΈ Configuration Examples
Option 1 β Streamable HTTP (Preferred)
Use this configuration for clients that support remote MCP servers and Streamable HTTP transport:
This configuration works with most modern AI assistants such as Cursor, Claude Desktop, Cline, and Windsurf.
Option 2 β Using mcp-remote (Fallback)
mcp-remote (Fallback)For clients that do not yet support Streamable HTTP, you can use the mcp-remote CLI bridge:
This configuration proxies the connection to the hosted ilert MCP endpoint via the local mcp-remote process.
π§ What You Can Do with the ilert MCP Server
Once connected, your AI agent can:
Retrieve and inspect alerts, incidents, and on-call schedules
Analyze alert timelines, incident communications, and root cause data
Correlate alerts with deployment events, status pages, or GitHub commits
Automatically trigger AI investigation agents within ilert
π Additional Resources
π§© Troubleshooting
401 Unauthorized
Missing or invalid API key
Verify that your API key is active and copied correctly.
Connection refused
MCP client doesnβt support Streamable HTTP
Use the mcp-remote configuration instead.
Empty responses
API key with limited scope
Ensure your key has sufficient permissions for alert and incident access.
π‘οΈ Security Notes
The MCP server never stores your API key β itβs passed directly in the request header.
The connection uses HTTPS with Streamable HTTP transport for secure, bidirectional communication.
You can revoke API keys anytime from your ilert user settings.
Last updated
Was this helpful?