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.

评论

其他 分类下的更多 MCP 服务器