Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-pi.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-pi": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-pi"
      ],
      "env": {
        "AWS_PERFORMANCE_INSIGHTS_API_KEY": "your_aws_performance_insights_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-pi": {
      "url": "https://mcpbridge.org/config/amazonaws-com-pi.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-pi": {
      "url": "https://mcpbridge.org/config/amazonaws-com-pi.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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