Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Systems Manager Incident Manager MCP Config

<p>Systems Manager Incident Manager is an incident management console designed to help users mitigate and recover from incidents affecting their Amazon Web Services-hosted applications. An incident is any unplanned interruption or reduction in quality of services. </p> <p>Incident Manager increases

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-ssm-incidents.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-ssm-incidents.json to fetch programmatically.

{
  "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"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-ssm-incidents.json

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