Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Systems Manager Incident Manager Contacts 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 i

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-ssm-contacts": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-ssm-contacts"],
      "env": {
      "AWS_SYSTEMS_MANAGER_INCIDENT_MANAGER_CONTACTS_API_KEY": "your_aws_systems_manager_incident_manager_contacts_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-contacts.json

Environment Variables

AWS_SYSTEMS_MANAGER_INCIDENT_MANAGER_CONTACTS_API_KEY

Replace your_aws_systems_manager_incident_manager_contacts_api_key with your actual aws systems manager incident manager contacts api key

Endpoints

POST/#X-Amz-Target=SSMContacts.AcceptPage

AcceptPage

POST/#X-Amz-Target=SSMContacts.ActivateContactChannel

ActivateContactChannel

POST/#X-Amz-Target=SSMContacts.CreateContact

CreateContact

POST/#X-Amz-Target=SSMContacts.CreateContactChannel

CreateContactChannel

POST/#X-Amz-Target=SSMContacts.CreateRotation

CreateRotation

POST/#X-Amz-Target=SSMContacts.CreateRotationOverride

CreateRotationOverride

POST/#X-Amz-Target=SSMContacts.DeactivateContactChannel

DeactivateContactChannel

POST/#X-Amz-Target=SSMContacts.DeleteContact

DeleteContact

POST/#X-Amz-Target=SSMContacts.DeleteContactChannel

DeleteContactChannel

POST/#X-Amz-Target=SSMContacts.DeleteRotation

DeleteRotation