Description

Alibaba Cloud Observability MCP Server provides tools for accessing Alibaba Cloud's monitoring and logging services, including Log Service (SLS) and Application Real-Time Monitoring Service (ARMS). The server enables AI assistants to query log structures, execute log queries, search applications, and analyze trace data through a standardized interface. Built with Python and supporting both stdio and SSE transport protocols, it securely handles authentication through Alibaba Cloud AccessKeys while offering comprehensive error handling. This implementation is particularly valuable for developers monitoring cloud applications, troubleshooting performance issues, or analyzing application logs within the Alibaba Cloud ecosystem.

🔬 Playground

Try Alibaba Cloud Observability live in the browser with security context.

Unverified
No automated security scan has been run on this server yet.

Installation

npx -y mcp-server-aliyun-observability
npm install mcp-server-aliyun-observability
git clone https://github.com/aliyun/alibabacloud-observability-mcp-server

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "alibaba-cloud-observability": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-aliyun-observability"
      ]
    }
  }
}

Community Reviews

Authenticated reviews from GitHub users. No anonymous submissions. Your experience helps others choose wisely.

0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to share your experience.