Skip to content
MCP-Bridge
Developer Tools

Amazon Prometheus Service MCP Config

Amazon Managed Service for Prometheus

Config URL

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

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

Configuration JSON

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

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

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