An AWS Labs Model Context Protocol (MCP) server for AWS Application Signals. Version 0.1.20 requires Python >=3.10. Allows AI agents to query CloudWatch Application Signals (traces, metrics) via MCP. Rapid early development; no stable API yet.
pip install awslabs-cloudwatch-appsignals-mcp-serverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Instantiate and run a query against AWS Application Signals using MCP.
Set AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, and AWS_REGION environment variables before instantiating the server.
Use `from cloudwatch_appsignals_mcp_server import AppSignalsMCPServer`.
Replace `run_mcp_server()` with `AppSignalsMCPServer.run()`.
No dependency data recorded yet.