Aliyun MCP Server
Aliyun MCP サーバー
この MCP サーバーは、Claude を通じて Aliyun (Alibaba Cloud) サービスと対話するためのツールを提供します。
特徴
SLS(シンプルログサービス)ログを照会する
(将来)ECSインスタンスの管理
(将来)サーバーレス関数のデプロイ
Related MCP server: CLS MCP Server
構成
サーバーを構築します。
npm install
npm run buildClaude 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.Claude は MCP サーバーを使用してクエリを実行し、結果を返します。
利用可能なツール
クエリSLSLogs
Aliyun SLS (Simple Log Service) ログを照会します。
パラメータ:
project(必須): SLS プロジェクト名logstore(必須): SLS ログストア名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