Incident Triage Agent
БесплатноНе проверенExposes service health and log search tools for incident triage, enabling AI agents to investigate and summarize operational issues.
Описание
Exposes service health and log search tools for incident triage, enabling AI agents to investigate and summarize operational issues.
README
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.
Architecture
User prompt
|
OpenAI Agents SDK
|
MCP client over stdio
|
Custom TypeScript MCP server
|
In-memory service-health and log data
Why 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 .env
Add your API key to .env.
Run the tests
npm test
Run 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?"
Установка Incident Triage Agent
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/sanjanapeterlead/mcp-incident-triage-agentFAQ
Incident Triage Agent MCP бесплатный?
Да, Incident Triage Agent MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Incident Triage Agent?
Нет, Incident Triage Agent работает без API-ключей и переменных окружения.
Incident Triage Agent — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Incident Triage Agent в Claude Desktop, Claude Code или Cursor?
Открой Incident Triage Agent на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Incident Triage Agent with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
