ilert
OfficialClick on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA server implementation of the Model Context Protocol (MCP) that provides REST API endpoints for managing and interacting with MCP resources.Last updated
- -license-quality-maintenanceA basic Model Context Protocol server implementation that demonstrates core MCP functionality including tools and resources. Provides weather alerts through the Weather API and serves as a learning example for MCP development.Last updated
- Alicense-qualityBmaintenanceModel Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Supports both Cloud and Server/Data Center deployments.Last updatedMIT
- AlicenseCqualityCmaintenanceIncident Triage MCP is a Model Context Protocol (MCP) server for incident triage. It provides safe, auditable tools for evidence retrieval, deterministic summaries, ticket workflows, and notifications.Last updated28Apache 2.0
Related MCP Connectors
MCP (Model Context Protocol) server for Appwrite
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
A Model Context Protocol server for Wix AI tools
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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