alibabacloud-observability-mcp-server
Verified Safeby aliyun
Overview
The server provides AI-driven interaction capabilities for Alibaba Cloud observability products (SLS, ARMS, CloudMonitor, Prometheus), enabling natural language queries and analysis of multimodal data by mapping natural language to standardized tool calls.
Installation
python -m mcp_server_aliyun_observabilityEnvironment Variables
- ALIBABA_CLOUD_ACCESS_KEY_ID
- ALIBABA_CLOUD_ACCESS_KEY_SECRET
- ALIBABA_CLOUD_SECURITY_TOKEN
- ALIBABA_CLOUD_ROLE_ARN
- ALIBABA_CLOUD_ROLE_SESSION_NAME
- MCP_TOOLKIT_SCOPE
- MAX_RETRY_ATTEMPTS
- RETRY_WAIT_SECONDS
- READ_TIMEOUT_MS
- CONNECT_TIMEOUT_MS
- DEBUG_MODE
Security Notes
The server explicitly warns about network exposure risks when running with SSE transport, emphasizing that users are responsible for access control. Credentials (Access Key ID/Secret, STS Token, RAM Role ARN) are handled securely via environment variables or direct parameters, not hardcoded. Standard Alibaba Cloud SDKs are used for interactions. No obvious malicious patterns or 'eval' usage were found. The primary security consideration is proper deployment and access control by the user, especially when exposing the server publicly with valid cloud credentials.
Similar Servers
mcp-server-datadog
Enables programmatic interaction with various Datadog services, providing tools for incident management, monitoring, logging, metrics querying, APM trace analysis, RUM event processing, and host/downtime administration.
alibaba-cloud-ops-mcp-server
Enables AI assistants to manage Alibaba Cloud resources (ECS, RDS, OSS, VPC, Cloud Monitor) and automate application deployment to ECS instances.
mcpcat-typescript-sdk
This SDK integrates analytics and telemetry capabilities into existing Model Context Protocol (MCP) servers, capturing user intentions, tool usage, and error patterns.
signoz-mcp-server
Integrates SigNoz observability data, including metrics, traces, logs, alerts, and dashboards, with AI assistants and LLMs for natural language querying and management.