MCP.so
Sign In

mcp-server-hai

@x-challenger

About mcp-server-hai

No overview available yet

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

x-challenger

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers