AWS Bedrock Logs MCP
@dheerajoruganty
关于 AWS Bedrock Logs MCP
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"aws_bedrock_logs": {
"command": "uv",
"args": [
"--directory",
"/path/to/aws-bedrock-logs-mcp",
"run",
"cloudwatch_mcp_server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is AWS Bedrock Logs MCP?
A command-line interface and API for analyzing AWS Bedrock usage and logs through Anthropic's MCP (Model Control Protocol). It exposes AWS CloudWatch Logs API functionality to Claude, allowing you to query and analyze Bedrock usage data in natural language.
How to use AWS Bedrock Logs MCP?
Install via uv, configure AWS credentials, then start the server with python cloudwatch_mcp_server.py. For Claude Desktop, add the server configuration to your mcpServers JSON block with the uv command. Four tools are exposed: get_bedrock_logs_df, get_model_usage_stats, get_user_usage_stats, and get_daily_usage_stats.
Key features of AWS Bedrock Logs MCP
- Model usage analysis with detailed statistics and token consumption
- User-based analytics for usage patterns and cost breakdowns
- Daily usage reports and trends tracking
- Token consumption metrics (input, completion, total)
- Interactive natural language interface via Claude
Use cases of AWS Bedrock Logs MCP
- Query last 7 days of Bedrock usage stats in natural language
- Identify average token consumption by model
- Discover top users of Bedrock by total tokens
- Obtain daily breakdown of model invocations
FAQ from AWS Bedrock Logs MCP
What does AWS Bedrock Logs MCP require to run?
Python 3.13+, AWS credentials with CloudWatch Logs access, and Anthropic API access for Claude integration.
How does AWS Bedrock Logs MCP communicate with clients?
By default, the server uses stdio transport for communication with MCP clients.
What kind of data does AWS Bedrock Logs MCP access?
It retrieves raw Bedrock invocation logs and aggregated statistics from AWS CloudWatch Logs via the CloudWatch Logs API. No Bedrock data is stored locally—it is queried on demand.
What are the key dependencies?
boto3, mcp[cli] (Anthropic’s Model Control Protocol library), pandas, and pydantic.
Is there a Dockerfile for containerized deployment?
Yes, a Dockerfile is included in the repository for container deployments.
开发工具 分类下的更多 MCP 服务器
MCP Framework
QuantGeekDevThe Typescript MCP Framework
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
评论