MCP.so
登录

Aliyun MCP Server

@nailuoGG

关于 Aliyun MCP Server

This MCP server provides tools for interacting with Aliyun (Alibaba Cloud) services.

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

nailuoGG

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Aliyun MCP Server?

An MCP server that provides tools for interacting with Aliyun (Alibaba Cloud) services through Claude. Currently it enables querying SLS (Simple Log Service) logs, with future support planned for ECS instances and serverless functions.

How to use Aliyun MCP Server?

Build the server with npm install and npm run build. Then add it to your claude_desktop_config.json (Claude Desktop) or cline_mcp_settings.json (Cline in VSCode) with the command node pointing to the built index.js, and set the environment variables ALIYUN_ACCESS_KEY_ID, ALIYUN_ACCESS_KEY_SECRET, and SLS_ENDPOINT. After configuration, ask Claude to query SLS logs using natural language.

Key features of Aliyun MCP Server

  • Query Aliyun SLS logs with configurable filters and pagination.
  • Set custom time ranges, query strings, and result limits.

Use cases of Aliyun MCP Server

  • Developers monitoring application errors in Aliyun SLS in real time.
  • Operators troubleshooting incidents by querying recent logs from Claude.
  • Teams integrating cloud log analysis into AI-driven workflows.

FAQ from Aliyun MCP Server

What Aliyun services does this server support?

Currently it supports SLS (Simple Log Service) log queries. Future updates will add ECS instance management and serverless function deployment.

How do I configure authentication?

Set the environment variables ALIYUN_ACCESS_KEY_ID and ALIYUN_ACCESS_KEY_SECRET with your Aliyun credentials, plus SLS_ENDPOINT for your SLS region endpoint.

What is the maximum number of logs I can retrieve?

The querySLSLogs tool allows a limit of up to 1,000 logs per query (default 100). Pagination is supported via the offset parameter.

Where can I use this server?

It works with Claude Desktop and Cline (in VSCode) by adding the server configuration to the respective MCP settings file.

评论

其他 分类下的更多 MCP 服务器