Skip to content
MCP-Bridge
Cloud Infrastructure

AWS CodeStar Notifications MCP Config

<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: <

Config URL

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

https://mcp-bridge.pages.dev/config/amazonaws-com-codestar-notifications.json

Configuration JSON

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

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

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-codestar-notifications.json

Environment Variables

AWS_CODESTAR_NOTIFICATIONS_API_KEY

Replace your_aws_codestar_notifications_api_key with your actual 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