MCP.so
ログイン

mcp-server-hai

@x-challenger

mcp-server-hai について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

x-challenger

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-hai": {
      "command": "uv",
      "args": [
        "init",
        "example-project",
        "#",
        "init",
        "your",
        "project"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mcp-server-hai?

mcp-server-hai is a Model Context Protocol (MCP) server implementation for Tencent HAI (Hyper Application Inventor) services. It allows users to manage HAI instances programmatically, typically used with Cline or as a standalone server.

How to use mcp-server-hai?

Install via uvx (automatically in Cline) or locally with uv add mcp-server-hai. Configure Cline by adding the server to cline_mcp_setting.json with the required environment variables TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY. Run directly with uvx mcp-server-hai.

Key features of mcp-server-hai

  • Create, start, stop, and remove HAI instances
  • Query instance information and network status
  • Get available regions and instance types

Use cases of mcp-server-hai

  • Automate the lifecycle of HAI instances from AI development workflows
  • Check instance status and network connectivity before running tasks
  • List available regions and instance types for deployment planning
  • Manage HAI instances programmatically via MCP in Cline or other clients

FAQ from mcp-server-hai

What is mcp-server-hai used for?

It is an MCP server for Tencent HAI services, enabling creation, management, and querying of HAI instances.

What are the required environment variables?

You need TENCENTCLOUD_SECRET_ID and TENCENTCLOUD_SECRET_KEY for authentication with Tencent Cloud.

How do I install mcp-server-hai?

Install via uvx (auto with Cline) or locally with uv add mcp-server-hai and then run uv run mcp-server-hai.

What transport does it use?

It uses stdio transport as configured in the Cline settings.

What are the dependencies?

The server requires uv (Python package manager) and the mcp-server-hai package itself. No other runtime dependencies are mentioned.

コメント

「その他」の他のコンテンツ