Skip to content
MCP-Bridge
Cloud InfrastructureAuto-generated

AWS CodeStar Notifications MCP Server

<p>This AWS CodeStar Notifications API Reference provides descriptions and usage examples of the operations and data types for the AWS CodeStar Notifications API. You can use the AWS CodeStar Notifications API to work with the following objects:</p> <p>Notification rules, by calling the following: <

Quick Setup

Transport: STDIO

Command: npx -y @mcp/amazonaws-com-codestar-notifications

Environment Variables

AWS_CODESTAR_NOTIFICATIONS_API_KEY

Example: your_aws_codestar_notifications_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "amazonaws-com-codestar-notifications": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-codestar-notifications"],
      "env": {
      "AWS_CODESTAR_NOTIFICATIONS_API_KEY": "your_aws_codestar_notifications_api_key"
}
    }
  }
}

Endpoints

POST/createNotificationRule

CreateNotificationRule

POST/deleteNotificationRule

DeleteNotificationRule

POST/deleteTarget

DeleteTarget

POST/describeNotificationRule

DescribeNotificationRule

POST/listEventTypes

ListEventTypes

POST/listNotificationRules

ListNotificationRules

POST/listTagsForResource

ListTagsForResource

POST/listTargets

ListTargets

POST/subscribe

Subscribe

POST/tagResource

TagResource