AWS Application Signals

by mxiamxia

Not rated
GitHub

About

Interact with AWS Application Signals for application monitoring and troubleshooting. Requires AWS credentials.

Details

Author
mxiamxia
Categories
Cloud Service, Other, Infrastructure

Setup

Install AWS Application Signals in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/mxiamxia/appsignals-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

Interact with AWS Application Signals for application monitoring and troubleshooting. Requires AWS credentials.

An MCP (Model Context Protocol) server that provides tools for monitoring, analyzing, and troubleshooting AWS Application Signals services.

This server enables AI assistants to interact with AWS Application Signals to track service health, monitor SLOs (Service Level Objectives), analyze metrics, and investigate issues using distributed tracing.

This server provides the following tools to interact with AWS Application Signals:

-

list_monitored_services- Lists all services monitored by AWS Application Signals

get_service_detail- Gets the details healthy data for a specific service

get_service_metrics- Queries CloudWatch metrics for the monitored services

list_slis- Monitors SLI (Service Level Indicator) status and SLO compliance across all services

get_slo- Retrieves detailed configuration for a specific SLO

query_sampled_traces- Queries AWS X-Ray traces for distributed tracing analysis

search_transaction_spans- Queries AWS X-Ray traces data

- AWS credentials configured (viaaws configureor environment variables)
- Claude Desktop app installed
- uvpackage manager installed (installation guide)

- Note:uvxis included withuvinstallation

You can install this MCP server in Claude Desktop using either method:

Method 1: Direct from GitHub (Recommended)

Add this configuration to your Claude Desktop settings:

{ "mcpServers": { "appsignals": { "command": "uvx", "args": [ "--from", "git+https://github.com/mxiamxia/appsignals-mcp.git", "mcp-server-appsignals" ] } } }

- Clone this repository
- Install dependencies (if needed):

uv pip install -e .
{ "mcpServers": { "appsignals": { "command": "uv", "args": [ "--directory", "/path/to/appsignals-mcp", "run", "mcp-server-appsignals" ] } } }

Amazon Q integration is similiar to Claude Desktop setup. First to installAmazon Q Developerand you will just add the following to your~/.aws/amazonq/mcp.jsonfile:

{ "mcpServers": { "appsignals": { "command": "uvx", "args": [ "--from", "git+https://github.com/mxiamxia/appsignals-mcp.git", "mcp-server-appsignals" ], "env": { "AWS_ACCESS_KEY_ID": "<aws_access_key>", "AWS_SECRET_ACCESS_KEY": "<aws_secret_access_key>" }, "timeout": 60000 } } }

This AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.

The IBM Instana MCP server enables seamless interaction with the IBM Instana observability platform, allowing you to access real-time observability data directly within your development workflow.

Query and interact with kubernetes environments monitored by Metoro

Integrates with Alibaba Cloud APIs to manage resources like ECS, Cloud Monitor, and OOS.

Integrate with Alibaba Cloud APIs to manage resources like ECS, Cloud Monitor, and OOS.

Provides a unified interface to AWS services for security investigations and incident response.

Interact with your AWS environment using natural language to query and manage resources. Requires local AWS credentials.

Interact with your AWS environment using natural language. Requires local AWS credentials.

Execute AWS CLI commands through the Model Context Protocol (MCP). Requires AWS credentials configured on the host.

Interact with Bigeye's data quality monitoring platform via its Datawatch API. Supports dynamic API key authentication.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.