Aliyun MCP サーバー
この MCP サーバーは、Claude を通じて Aliyun (Alibaba Cloud) サービスと対話するためのツールを提供します。
特徴
- SLS(シンプルログサービス)ログを照会する
- (将来)ECSインスタンスの管理
- (将来)サーバーレス関数のデプロイ
構成
- サーバーを構築します。
Claude Desktopでの使用
claude_desktop_config.json にサーバーを追加します。
Cline の構成
VSCode の設定cline_mcp_settings.json
内の Cline MCP 設定ファイルにサーバーを追加します。
/path/to/aliyun-mcp-server
このリポジトリへの実際のパスに置き換え、Aliyun の資格情報を入力します。
使用法
設定が完了したら、Claude に SLS ログを照会するよう依頼できます。
Claude は MCP サーバーを使用してクエリを実行し、結果を返します。
利用可能なツール
クエリSLSLogs
Aliyun SLS (Simple Log Service) ログを照会します。
パラメータ:
project
(必須): SLS プロジェクト名logstore
(必須): SLS ログストア名query
(必須): SLSクエリステートメントfrom
(オプション):開始時刻(ミリ秒単位)(デフォルトは1時間前)to
(オプション): 終了時刻(ミリ秒単位)(デフォルトは現在)limit
(オプション): 返されるログの最大数 (デフォルト: 100、最大: 1000)offset
(オプション):ページ区切りのオフセット(デフォルト:0)reverse
(オプション):結果を逆順に返すかどうか(デフォルト:false)
例:
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
ユーザーが自然言語コマンドを使用して Aliyun (Alibaba Cloud) Simple Log Service ログを照会および分析できるようにする Claude 統合ツール。
Related MCP Servers
- -securityFlicense-qualityA simple server that integrates with Claude to allow querying and manipulating Notion pages and databases through natural language prompts.Last updated -706JavaScript
- -securityAlicense-qualityA modular server implementation for Claude AI assistants with integrated tools, enabling Claude to perform actions and access external resources like file systems, web searches, browser automation, financial data, and document generation.Last updated -86PythonMIT License
- -securityAlicense-qualityIntegrates with Claude to enable intelligent querying of documentation data, transforming crawled technical documentation into an actionable resource that LLMs can directly interact with.Last updated -1,776TypeScriptApache 2.0
- -securityFlicense-qualityAn integration tool that connects Claude AI with Odoo database, allowing users to explore Odoo models, search data, and create reports through natural language commands.Last updated -Python