Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-ssm-incidents.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to 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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-ssm-incidents": {
      "url": "https://mcpbridge.org/config/amazonaws-com-ssm-incidents.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-ssm-incidents": {
      "url": "https://mcpbridge.org/config/amazonaws-com-ssm-incidents.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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