Incident Agent Claude Code
БесплатноНе проверенIncident Agent Claude Code — Model Context Protocol server
Описание
Incident Agent Claude Code — Model Context Protocol server
README
A small TypeScript project for learning and experimenting with Claude Code and AI agent concepts through practical examples.
What This Project Demonstrates
- Claude Code agent workflow
- Agent loops and tool calling
CLAUDE.mdproject instructions- Claude Code permissions and settings
- Project, user, and local settings scopes
- Rules
- Skills
- Subagents
- Git worktrees
- Agent Teams concepts
- MCP server and custom tools
Incident Desk
The demo application manages simple incidents with:
- ID
- Title
- Severity:
LOW,MEDIUM,HIGH - Status:
OPEN,INVESTIGATING,CLOSED
It supports operations such as:
- List incidents
- Get incident by ID
- Create incident
- Update incident status
- Delete incident
- Filter high-severity incidents
- Filter open incidents
Claude Code Structure
.claude/
├── agents/
│ └── security-reviewer.md
├── rules/
│ └── tests.md
├── skills/
│ └── add-feature/
│ └── SKILL.md
└── settings.json
CLAUDE.md
CLAUDE.md contains general project instructions.
.claude/rules/ contains instructions for specific parts of the project.
.claude/skills/ contains reusable workflows.
.claude/agents/ contains specialized subagents.
.claude/settings.json contains shared Claude Code settings and permissions.
settings.local.json is ignored because it is user-specific.
MCP Demo
The project includes a small MCP server:
src/mcp.ts
It exposes the Incident Desk functionality to AI applications through MCP.
Example tool:
list-incidents
Test the MCP server:
npx @modelcontextprotocol/inspector npx tsx src/mcp.ts
Connect it to Claude Code:
claude mcp add incident-desk -- npx tsx src/mcp.ts
Then inside Claude Code:
Use the incident-desk MCP tool to list all incidents.
Flow:
Claude Code
↓
MCP
↓
Incident MCP Server
↓
list-incidents tool
↓
Incident application
Run Tests
npx vitest run
Main Learning Idea
The project helped connect the main AI-agent concepts:
LLM → reasoning
Tools → actions
Agent loop → reason → act → observe → repeat
Harness → manages the LLM, tools, context and permissions
Agent → the complete working system
MCP → standard way to connect AI applications with external tools and data
Установка Incident Agent Claude Code
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/SaraHadou/incident-agent-claude-codeFAQ
Incident Agent Claude Code MCP бесплатный?
Да, Incident Agent Claude Code MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Incident Agent Claude Code?
Нет, Incident Agent Claude Code работает без API-ключей и переменных окружения.
Incident Agent Claude Code — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Incident Agent Claude Code в Claude Desktop, Claude Code или Cursor?
Открой Incident Agent Claude Code на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Incident Agent Claude Code with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
