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_KEYExample: 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
/createNotificationRuleCreateNotificationRule
POST
/deleteNotificationRuleDeleteNotificationRule
POST
/deleteTargetDeleteTarget
POST
/describeNotificationRuleDescribeNotificationRule
POST
/listEventTypesListEventTypes
POST
/listNotificationRulesListNotificationRules
POST
/listTagsForResourceListTagsForResource
POST
/listTargetsListTargets
POST
/subscribeSubscribe
POST
/tagResourceTagResource