AWS Bedrock Logs MCP is a command-line interface and API designed for analyzing AWS Bedrock usage and logs through Anthropic's Model Control Protocol (MCP). It allows users to interactively query and analyze their Bedrock usage data using natural language.
AWS Bedrock Logs MCP is a command-line interface and API designed for analyzing AWS Bedrock usage and logs through Anthropic's Model Control Protocol (MCP). It allows users to interactively query and analyze their Bedrock usage data using natural language.
Run the command `python cloudwatch_mcp_server.py` to start the server.Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"aws-bedrock-logs-mcp": {
"command": "npx",
"args": [
"-y",
"Run the command `python cloudwatch_mcp_server.py` to start the server."
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from AWS Bedrock Logs MCP?"
No configuration required. This server works out of the box.
"What resources are available in AWS Bedrock Logs MCP?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in AWS Bedrock Logs MCP"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in AWS Bedrock Logs MCP with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.