AWS Systems Manager Incident Manager Claude Desktop Config
Add the AWS Systems Manager Incident Manager MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-ssm-incidents": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-ssm-incidents"
],
"env": {
"AWS_SYSTEMS_MANAGER_INCIDENT_MANAGER_API_KEY": "your_aws_systems_manager_incident_manager_api_key"
}
}
}
}Environment Variables
AWS_SYSTEMS_MANAGER_INCIDENT_MANAGER_API_KEYReplace your_aws_systems_manager_incident_manager_api_key with your actual aws systems manager incident manager api key
Endpoints
POST
/createReplicationSetCreateReplicationSet
POST
/createResponsePlanCreateResponsePlan
POST
/createTimelineEventCreateTimelineEvent
POST
/deleteIncidentRecordDeleteIncidentRecord
POST
/deleteReplicationSet#arnDeleteReplicationSet
POST
/deleteResourcePolicyDeleteResourcePolicy
POST
/deleteResponsePlanDeleteResponsePlan
POST
/deleteTimelineEventDeleteTimelineEvent
GET
/getIncidentRecord#arnGetIncidentRecord
GET
/getReplicationSet#arnGetReplicationSet