Skip to content
MCP-Bridge
Databases

AWS Performance Insights MCP Config

<fullname>Amazon RDS Performance Insights</fullname> <p>Amazon RDS Performance Insights enables you to monitor and explore different dimensions of database load based on data captured from a running DB instance. The guide provides detailed information about Performance Insights data types, parameter

Config URL

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

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-pi": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-pi"],
      "env": {
      "AWS_PERFORMANCE_INSIGHTS_API_KEY": "your_aws_performance_insights_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-pi.json

Environment Variables

AWS_PERFORMANCE_INSIGHTS_API_KEY

Replace your_aws_performance_insights_api_key with your actual aws performance insights api key

Endpoints

POST/#X-Amz-Target=PerformanceInsightsv20180227.DescribeDimensionKeys

DescribeDimensionKeys

POST/#X-Amz-Target=PerformanceInsightsv20180227.GetDimensionKeyDetails

GetDimensionKeyDetails

POST/#X-Amz-Target=PerformanceInsightsv20180227.GetResourceMetadata

GetResourceMetadata

POST/#X-Amz-Target=PerformanceInsightsv20180227.GetResourceMetrics

GetResourceMetrics

POST/#X-Amz-Target=PerformanceInsightsv20180227.ListAvailableResourceDimensions

ListAvailableResourceDimensions

POST/#X-Amz-Target=PerformanceInsightsv20180227.ListAvailableResourceMetrics

ListAvailableResourceMetrics