Servers
Amazon CloudWatch Logs MCP Server
@hyorimitsu
A Model Context Protocol (MCP) server that enables AI assistants to interact with Amazon CloudWatch Logs through a standardized interface using AWS SDK.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-amazon-cloudwatch-logs": {
"command": "docker",
"args": [
"pull",
"ghcr.io/hyorimitsu/mcp-amazon-cloudwatch-logs:latest"
]
}
}
}