AWS Application Signals
Interact with AWS Application Signals for application monitoring and troubleshooting. Requires AWS credentials.
MCP Server for AWS Application Signals
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.
Available Tools
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
Quick Setup
Prerequisites
- AWS credentials configured (via
aws configureor environment variables) - Claude Desktop app installed
uvpackage manager installed (installation guide)- Note:
uvxis included withuvinstallation
- Note:
Installation
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"
]
}
}
}
Method 2: Local Installation
- Clone this repository
- Install dependencies (if needed):
uv pip install -e . - Add to Claude Desktop configuration:
{ "mcpServers": { "appsignals": { "command": "uv", "args": [ "--directory", "/path/to/appsignals-mcp", "run", "mcp-server-appsignals" ] } } }
Amazon Q Integration
Amazon Q integration is similiar to Claude Desktop setup. First to install
Amazon Q Developer
and you will just add the following to your ~/.aws/amazonq/mcp.json file:
{
"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
}
}
}
Development
uv pip install -e .
관련 서버
Remote MCP Server on Cloudflare
A remote MCP server for Cloudflare Workers with OAuth login support, using Cloudflare KV for data storage.
ElevenLabs
Text-to-speech integration using the ElevenLabs API.
Spotify
Control Spotify playback and manage your liked songs using LLMs.
OpenRouter
Integrate with OpenRouter.ai's diverse ecosystem of AI models. Requires an OpenRouter API key.
Remote MCP Server on Cloudflare
A self-hostable MCP server for Cloudflare Workers with OAuth login support, using Cloudflare KV for storage.
MCP-OpenStack-Ops
A comprehensive MCP (Model Context Protocol) server providing OpenStack cluster management and monitoring capabilities with built-in safety controls.
Binance MCP Server
Interact with the Binance API to view portfolios, convert tokens, and execute trades with minimal market impact.
EU Business Toolkit
All-in-one bundle: EU VAT validation, Dutch CBS statistics, and GDPR compliance tools — 19 tools for EU businesses in a single MCP server.
Cloudways MCP Server
Integrates with the Cloudways API, allowing AI assistants to access and manage Cloudways infrastructure.
WeatherXM PRO
Access weather station data, observations, and forecasts using the WeatherXM PRO API.