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.
开发工具 分类下的更多 MCP 服务器
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
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
test
prysmaticlabsGo implementation of Ethereum proof of stake
Smithery CLI
smithery-aiInstall, manage and develop MCP servers and skills for agents
评论