Production-ready MCP server for AI-powered incident investigation using GitHub, deployment data, logs, and LLM agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-incident-response": {
"command": "npx",
"args": [
"-y",
"yashika641/AI-Incident-Response-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add ai-incident-response npx -y yashika641/AI-Incident-Response-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-incident-response": {
"command": "npx",
"args": [
"-y",
"yashika641/AI-Incident-Response-MCP-Server"
]
}
}
}