Skip to content
MCP-Bridge
Cloud Infrastructure

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

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace your_aws_systems_manager_incident_manager_api_key with your actual aws systems manager incident manager api key

Endpoints

POST/createReplicationSet

CreateReplicationSet

POST/createResponsePlan

CreateResponsePlan

POST/createTimelineEvent

CreateTimelineEvent

POST/deleteIncidentRecord

DeleteIncidentRecord

POST/deleteReplicationSet#arn

DeleteReplicationSet

POST/deleteResourcePolicy

DeleteResourcePolicy

POST/deleteResponsePlan

DeleteResponsePlan

POST/deleteTimelineEvent

DeleteTimelineEvent

GET/getIncidentRecord#arn

GetIncidentRecord

GET/getReplicationSet#arn

GetReplicationSet