Skip to main content
Glama

Aliyun MCP Server

by nailuoGG

Aliyun MCP サーバー

この MCP サーバーは、Claude を通じて Aliyun (Alibaba Cloud) サービスと対話するためのツールを提供します。

特徴

  • SLS(シンプルログサービス)ログを照会する
  • (将来)ECSインスタンスの管理
  • (将来)サーバーレス関数のデプロイ

構成

  1. サーバーを構築します。
npm install npm run build

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.

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 }
Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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.

ユーザーが自然言語コマンドを使用して Aliyun (Alibaba Cloud) Simple Log Service ログを照会および分析できるようにする Claude 統合ツール。

  1. 特徴
    1. 構成
      1. Claude Desktopでの使用
      2. Cline の構成
    2. 使用法
      1. 利用可能なツール
        1. クエリSLSLogs

      Related MCP Servers

      • -
        security
        F
        license
        -
        quality
        A simple server that integrates with Claude to allow querying and manipulating Notion pages and databases through natural language prompts.
        Last updated -
        706
        JavaScript
      • -
        security
        A
        license
        -
        quality
        A 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 -
        86
        Python
        MIT License
        • Linux
        • Apple
      • -
        security
        A
        license
        -
        quality
        Integrates 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,776
        TypeScript
        Apache 2.0
        • Apple
        • Linux
      • -
        security
        F
        license
        -
        quality
        An 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

      View all related MCP servers

      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