Google PageRank for AI agents. 25,000+ tools indexed.

aliyun-sls-mcp by SuxyEE

#696 of 1625 by SuxyEE
38 score

Enables AI assistants to query and analyze Alibaba Cloud SLS logs using natural language, supporting multiple log sources like Function Compute and ECS. It provides tools for searching logs, performing SQL analysis, and visualizing log distributions directly within Cursor or Claude.

Ranked #696 out of 1625 indexed tools.Actively maintained with commits in the last week.
🔑
Is this your tool? Claim this listing to add maintainer context, get a verified badge, and unlock analytics.
Claim listing →

Signal Breakdown

Installs 2
Freshness today
Issue Health 50%
Stars 3
Platform Breadth 1 platform
Contributors 1
Description Detailed

How to Improve

Contributors medium impact

Single-contributor projects carry bus-factor risk — welcoming contributors boosts confidence

Stars low impact

Low star count — promote the project, write docs, and engage the community to drive adoption

Platforms medium impact

Only 1 platform listed — publishing to more platforms improves your score

Badge

AgentRank score for aliyun-sls-mcp by SuxyEE
[![AgentRank](https://agentrank-ai.com/api/badge/skill/glama-SuxyEE--aliyun-sls-mcp)](https://agentrank-ai.com/skill/glama-SuxyEE--aliyun-sls-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge)
<a href="https://agentrank-ai.com/skill/glama-SuxyEE--aliyun-sls-mcp/?utm_source=badge&utm_medium=readme&utm_campaign=agentrank_badge"><img src="https://agentrank-ai.com/api/badge/skill/glama-SuxyEE--aliyun-sls-mcp" alt="AgentRank"></a>

Supported Platforms

MCP

From the README

# aliyun-sls-mcp

> 阿里云 SLS 日志查询 MCP Server —— 让 AI 助手(Cursor / Claude Desktop)直接用自然语言查询阿里云日志服务,告别手动翻控制台。

支持函数计算 FC、SAE 微服务、ECS、ACK 容器、API 网关、RDS 慢查询等所有已接入 SLS 的日志源。多地域并行查询,只读安全,零代码接入,`npx` 一行启动。

  

[GitHub](https://github.com/SuxyEE/aliyun-sls-mcp) | [npm](https://www.npmjs.com/package/aliyun-sls-mcp) | [阿里云 SLS 文档](https://help.aliyun.com/zh/sls/)

---

## 这是什么?

你有没有遇到过这种情况:线上出了问题,要去阿里云控制台一页页翻日志,又慢又麻烦?

**aliyun-sls-mcp** 让你可以在 Cursor 或 Claude Desktop 的对话框里,直接用自然语言查询 SLS 日志:

> "查一下 my-project 项目最近 15 分钟的错误日志"
>
> "统计一下最近一小时各接口的报错次数"
>
> "帮我排查今天上午 11 点左右 支付服务的 timeout 问题"

AI 会自动调用 SLS API 查出日志,帮你分析问题。

---

## 支持哪些日志来源?

**只要你的服务日志写入了阿里云 SLS,就可以用本工具查询。** 以下是常见场景:

### 函数计算 FC(Function Compute)

阿里云函数计算默认将函数执行日志(包括 `console.log` 输出、错误堆栈、冷启动信息等)持久化到 SLS。

在 FC 控制台 → 函数详情 → 日志,可以看到对应的 SLS Project 和 Logstore,将它们填入对话即可:

```
查询 fc-log-project aliyun-fc-cn-shenzhen-xxx-log logstore 最近 30 分钟内 my-function 函数的错误日志
```

> 注意:FC 日志不包含 `__pack_meta__` 字段,无法使用 `get_context_logs`,可改用 `query_l
Read full README on GitHub →