Incident Agent Claude Code
FreeNot checkedIncident Agent Claude Code — Model Context Protocol server
About
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
Installing Incident Agent Claude Code
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/SaraHadou/incident-agent-claude-codeFAQ
Is Incident Agent Claude Code MCP free?
Yes, Incident Agent Claude Code MCP is free — one-click install via Unyly at no cost.
Does Incident Agent Claude Code need an API key?
No, Incident Agent Claude Code runs without API keys or environment variables.
Is Incident Agent Claude Code hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Incident Agent Claude Code in Claude Desktop, Claude Code or Cursor?
Open Incident Agent Claude Code on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by 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
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by 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
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
