mcp-incident-triage-agent
Click 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., "@mcp-incident-triage-agentInvestigate the recent checkout service errors and identify the root cause."
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.
MCP Incident Triage Agent
A deliberately small TypeScript project demonstrating two things:
A custom Model Context Protocol (MCP) server that exposes validated backend-operations tools.
An AI agent that discovers and invokes those MCP tools to investigate a sample incident.
This is a portfolio project, not a production monitoring platform.
What it does
The agent can inspect local sample data through two read-only MCP tools:
get_service_health— returns service status, latency, error rate, and dependency information.search_logs— filters recent logs by service, severity, text, or trace ID.
The agent then produces an evidence-based incident summary with a likely cause and next action.
Related MCP server: Ops MCP Server
Architecture
User prompt
|
OpenAI Agents SDK
|
MCP client over stdio
|
Custom TypeScript MCP server
|
In-memory service-health and log dataWhy the scope is intentionally small
Included:
One CLI agent
One local MCP server
Two read-only tools
Zod input validation
Sample operational data
Unit tests
Error handling and server cleanup
Not included:
Web UI
Database
Authentication
Cloud deployment
Message queues
Vector database
Multi-agent orchestration
Those additions would make the project easier to abandon without making the résumé claim much stronger.
Requirements
Node.js 20 or newer
An OpenAI API key
Setup
npm install
cp .env.example .envAdd your API key to .env.
Run the tests
npm testRun the agent
npm run agent -- "Investigate the learning-api degradation and recommend the safest next action."Try another prompt:
npm run agent -- "Which service is unhealthy, and what log evidence supports the diagnosis?"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
- FlicenseAqualityDmaintenanceEnables AI agents to query Prometheus metrics and Loki logs for intelligent alert investigation and troubleshooting. Provides service discovery, metric querying, log searching, and correlation tools to help identify root causes of issues.Last updated9
- FlicenseAqualityDmaintenanceProvides tools for AI assistants to manage and diagnose MWAA Airflow environments, EMR Serverless jobs, S3 files, and Confluence documentation. It features automated pipeline failure diagnosis and comprehensive log retrieval across these integrated platforms.Last updated44
- Flicense-qualityBmaintenanceEnables SRE operations through natural language, providing tools to query SLO status, fetch runbooks, query alerts, and manage incidents with audit logging and latency tracking.Last updated
- FlicenseAqualityDmaintenanceExposes homelab and IT-ops tools to Claude, including system health monitoring, Grafana alert states, Docker container status, Loki logs, SMART disk health, and more.Last updated81
Related MCP Connectors
Vendor status pages, TLS cert inspection, DNS propagation checks, and incident-response playbooks.
AI agent run monitoring with incident replay and SLA receipts.
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
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/sanjanapeterlead/mcp-incident-triage-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server