Skip to content
MCP-Bridge
Databases

Amazon CloudWatch Application Insights Claude Desktop Config

Add the Amazon CloudWatch Application Insights MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-application-insights": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-application-insights"
      ],
      "env": {
        "AMAZON_CLOUDWATCH_APPLICATION_INSIGHTS_API_KEY": "your_amazon_cloudwatch_application_insights_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_CLOUDWATCH_APPLICATION_INSIGHTS_API_KEY

Replace your_amazon_cloudwatch_application_insights_api_key with your actual amazon cloudwatch application insights api key

Endpoints

POST/#X-Amz-Target=EC2WindowsBarleyService.CreateApplication

CreateApplication

POST/#X-Amz-Target=EC2WindowsBarleyService.CreateComponent

CreateComponent

POST/#X-Amz-Target=EC2WindowsBarleyService.CreateLogPattern

CreateLogPattern

POST/#X-Amz-Target=EC2WindowsBarleyService.DeleteApplication

DeleteApplication

POST/#X-Amz-Target=EC2WindowsBarleyService.DeleteComponent

DeleteComponent

POST/#X-Amz-Target=EC2WindowsBarleyService.DeleteLogPattern

DeleteLogPattern

POST/#X-Amz-Target=EC2WindowsBarleyService.DescribeApplication

DescribeApplication

POST/#X-Amz-Target=EC2WindowsBarleyService.DescribeComponent

DescribeComponent

POST/#X-Amz-Target=EC2WindowsBarleyService.DescribeComponentConfiguration

DescribeComponentConfiguration

POST/#X-Amz-Target=EC2WindowsBarleyService.DescribeComponentConfigurationRecommendation

DescribeComponentConfigurationRecommendation