Skip to content
MCP-Bridge
Developer Tools

Amazon Prometheus Service Claude Desktop Config

Add the Amazon Prometheus Service 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-amp": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-amp"
      ],
      "env": {
        "AMAZON_PROMETHEUS_SERVICE_API_KEY": "your_amazon_prometheus_service_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_PROMETHEUS_SERVICE_API_KEY

Replace your_amazon_prometheus_service_api_key with your actual amazon prometheus service api key

Endpoints

GET/workspaces/{workspaceId}/alertmanager/definition

DescribeAlertManagerDefinition

POST/workspaces/{workspaceId}/alertmanager/definition

CreateAlertManagerDefinition

PUT/workspaces/{workspaceId}/alertmanager/definition

PutAlertManagerDefinition

DELETE/workspaces/{workspaceId}/alertmanager/definition

DeleteAlertManagerDefinition

GET/workspaces/{workspaceId}/logging

DescribeLoggingConfiguration

POST/workspaces/{workspaceId}/logging

CreateLoggingConfiguration

PUT/workspaces/{workspaceId}/logging

UpdateLoggingConfiguration

DELETE/workspaces/{workspaceId}/logging

DeleteLoggingConfiguration

GET/workspaces/{workspaceId}/rulegroupsnamespaces

ListRuleGroupsNamespaces

POST/workspaces/{workspaceId}/rulegroupsnamespaces

CreateRuleGroupsNamespace