Aliyun MCP ServerServer

nailuoGG
GitHub
cloudloggingAPI

Loading subscription status...

💡 Description

This MCP server provides tools to interact with Aliyun (Alibaba Cloud) services through Claude.

📝 JSON Entries

{
  "mcpServers": [
    {
      "aliyun": {
        "env": {
          "SLS_ENDPOINT": "cn-hangzhou.log.aliyuncs.com",
          "ALIYUN_ACCESS_KEY_ID": "your-access-key-id",
          "ALIYUN_ACCESS_KEY_SECRET": "your-access-key-secret"
        },
        "args": [
          "/path/to/aliyun-mcp-server/build/index.js"
        ],
        "command": "node"
      }
    }
  ]
}

🛠️ Tools

consultaSLSLogs

Features

  • Query SLS logs
  • Manage ECS instances (future)
  • Deploy serverless functions (future)

💬 Example Queries

  • Query SLS logs from project 'my-project' and logstore 'my-logstore' with the query 'error' for the last hour.