Amazon CloudWatch Logs MCP Server
@hyorimitsu
Amazon CloudWatch Logs MCP Server について
A Model Context Protocol (MCP) server that enables AI assistants to interact with Amazon CloudWatch Logs through a standardized interface using AWS SDK.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-amazon-cloudwatch-logs": {
"command": "docker",
"args": [
"pull",
"ghcr.io/hyorimitsu/mcp-amazon-cloudwatch-logs:latest"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Amazon CloudWatch Logs MCP Server?
A Model Context Protocol (MCP) server that provides tools for interacting with Amazon CloudWatch Logs services. It enables AI assistants to manage CloudWatch logs through a standardized interface using the AWS SDK.
How to use Amazon CloudWatch Logs MCP Server?
Install globally via npm (npm install -g @hyorimitsu/amazon-cloudwatch-logs-mcp-server) or pull the Docker image (ghcr.io/hyorimitsu/mcp-amazon-cloudwatch-logs:latest). Then add the server to your AI assistant’s configuration, setting the required environment variables AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY, and optionally AWS_REGION and READONLY.
Key features of Amazon CloudWatch Logs MCP Server
- Tools for log group, stream, and event operations
- Read-only mode for safe log viewing
- CloudWatch Logs Insights query support
- Deployable via npm or Docker
- Integrates with AI assistants through MCP
Use cases of Amazon CloudWatch Logs MCP Server
- AI assistant creates and manages log groups and streams
- Query and filter log events by time range or pattern
- Run CloudWatch Logs Insights queries for log analysis
- Enable read-only access to prevent accidental modifications
FAQ from Amazon CloudWatch Logs MCP Server
What does this MCP server do?
It provides a set of tools for AI assistants to interact with Amazon CloudWatch Logs, including creating, describing, and deleting log groups and streams, putting and retrieving log events, and running CloudWatch Logs Insights queries.
What are the prerequisites?
You need an AWS account with CloudWatch Logs access, an AWS access key and secret key with appropriate permissions, and either Node.js (for npm) or Docker installed.
Is this server ready for production use?
No. The project is actively under development and not yet ready for production. Features and APIs may change before the first stable release.
How do I enable read-only mode?
Set the READONLY environment variable to "true" in the server configuration. This disables all write operations (create, modify, delete) while keeping read operations available.
Can I run it with Docker?
Yes. Pull the image from ghcr.io/hyorimitsu/mcp-amazon-cloudwatch-logs:latest and configure your AI assistant to run it as a Docker container with the required AWS environment variables.
「開発者ツール」の他のコンテンツ
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
test
prysmaticlabsGo implementation of Ethereum proof of stake
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
コメント