Aliyun MCP Server
Aliyun MCP 서버
이 MCP 서버는 Claude를 통해 Aliyun(Alibaba Cloud) 서비스와 상호작용하기 위한 도구를 제공합니다.
특징
SLS(Simple Log Service) 로그 쿼리
(미래) ECS 인스턴스 관리
(미래) 서버리스 기능 배포
Related MCP server: CLS MCP Server
구성
서버를 빌드하세요:
지엑스피1
Claude Desktop과 함께 사용
claude_desktop_config.json에 서버를 추가합니다.
{
"mcpServers": {
"aliyun": {
"command": "node",
"args": ["/path/to/aliyun-mcp-server/build/index.js"],
"env": {
"ALIYUN_ACCESS_KEY_ID": "your-access-key-id",
"ALIYUN_ACCESS_KEY_SECRET": "your-access-key-secret",
"SLS_ENDPOINT": "cn-hangzhou.log.aliyuncs.com"
},
"disabled": false,
"autoApprove": []
}
}
}Cline 구성
VSCode 설정 cline_mcp_settings.json 내의 Cline MCP 설정 파일에 서버를 추가합니다.
{
"mcpServers": {
"aliyun": {
"command": "node",
"args": ["/path/to/aliyun-mcp-server/build/index.js"],
"env": {
"ALIYUN_ACCESS_KEY_ID": "your-access-key-id",
"ALIYUN_ACCESS_KEY_SECRET": "your-access-key-secret",
"SLS_ENDPOINT": "cn-hangzhou.log.aliyuncs.com"
},
"disabled": false,
"autoApprove": []
}
}
}/path/to/aliyun-mcp-server 이 저장소의 실제 경로로 바꾸고 Aliyun 자격 증명을 제공하세요.
용법
구성이 완료되면 Claude에게 SLS 로그를 쿼리하도록 요청할 수 있습니다.
Query SLS logs from project "my-project" and logstore "my-logstore" with the query "error" for the last hour.클로드는 MCP 서버를 사용하여 쿼리를 실행하고 결과를 반환합니다.
사용 가능한 도구
쿼리SLS로그
Aliyun SLS(Simple Log Service) 로그를 쿼리합니다.
매개변수:
project(필수): SLS 프로젝트 이름logstore(필수): SLS logstore 이름query(필수): SLS 쿼리 문from(선택 사항): 시작 시간(밀리초)(기본값은 1시간 전)(선택 사항):
to시간(밀리초)(기본값은 현재)limit(선택 사항): 반환할 로그의 최대 수(기본값: 100, 최대값: 1000)offset(선택 사항): 페이지 매김을 위한 오프셋(기본값: 0)reverse(선택 사항): 결과를 역순으로 반환할지 여부(기본값: false)
예:
{
"project": "my-project",
"logstore": "my-logstore",
"query": "error",
"limit": 10
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables 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.67110MIT
- AlicenseAqualityDmaintenanceProvides a suite of 33 tools for interacting with Tencent Cloud Log Service (CLS), enabling log analysis, PromQL metrics queries, and resource management. It allows AI assistants to perform CQL/SQL retrieval, manage alarm strategies, and handle data processing tasks with tiered permission controls.246Apache 2.0
- FlicenseBqualityDmaintenanceEnables log analysis, searching, counting, and system metrics retrieval (CPU, memory, disk) via natural language, using 5 tools that can be integrated with Claude Code.5

Tencent Cloud Log Serviceofficial
AlicenseNot gradedqualityBmaintenanceEnables large language models to directly access Tencent Cloud Log Service for log search, metric queries, and alarm management without code.27910Apache 2.0
Related MCP Connectors
Connect Claude to Fathom meeting recordings, transcripts, and summaries
Read-only access to Auralogs production logs: search logs, inspect errors, review AI analyses.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nailuoGG/aliyun-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server