Skip to main content

A MCP server implementation for HAI (Hyper Application Inventor) services

Project description

mcp-server-hai

A MCP server implementation for Tencent HAI (Hyper Application Inventor) services

Installation

Cline

if you are using cline, no installation is needed, the installation is automatically executed by uvx.

Local install

uv init example-project # init your project
uv add mcp-server-hai # download and install the package on PYPI
uv run mcp-server-hai # run the package

Usage

Using in Cline

open your cline setting file: cline_mcp_setting.json

add mcp-server-hai configuration to mcpServers as follows:

{
    "mcpServers": {
      "mcp-server-hai": {
        "command": "uvx",
        "args": [
          "mcp-server-hai@latest" // make sure you have install the latest version, to use a specific version, use mcp-server-hai@version instead
        ],
        "env": {
          "TENCENTCLOUD_SECRET_ID": "YOUR_SECRET_ID_HERE",
          "TENCENTCLOUD_SECRET_KEY": "YOUR_SECRET_KEY_HERE"
        },
        "transportType": "stdio"
      }
    }
  }

Then you can find the mcp server named mcp-server-hai in cline, enjoy ;)

Directly run the server

uvx mcp-server-hai

Environment variables required:

  • TENCENTCLOUD_SECRET_ID: Your Tencent Cloud secret ID
  • TENCENTCLOUD_SECRET_KEY: Your Tencent Cloud secret key

Features

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

Development

Install development dependencies:

uv sync

Publishing

Build and publish to PYPI:

uv add build twine
uv run python -m build
uv run twine upload dist/*

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_server_hai-1.2.2.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_server_hai-1.2.2-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file mcp_server_hai-1.2.2.tar.gz.

File metadata

  • Download URL: mcp_server_hai-1.2.2.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for mcp_server_hai-1.2.2.tar.gz
Algorithm Hash digest
SHA256 88698ab94db24f310448c67a597f1d4bb852ba44056486c2f0b98fd38775393d
MD5 fda5b84597ff6c38720b14964bb26e6d
BLAKE2b-256 ff92eb5708c268f768284baee86d7515447284580d71538ae39c0cdb471e0ba1

See more details on using hashes here.

File details

Details for the file mcp_server_hai-1.2.2-py3-none-any.whl.

File metadata

  • Download URL: mcp_server_hai-1.2.2-py3-none-any.whl
  • Upload date:
  • Size: 7.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.7

File hashes

Hashes for mcp_server_hai-1.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 e4241c07ab27a4eb8a92cb22b1fc5de2f5ee0774db5bfee22efc1e6cfddc4194
MD5 5e738b60c2bd484011f3795e20d01837
BLAKE2b-256 38c03ce34e49396cb158053670e7c740b816bc1bc973cf1275cdc6ac6deb8254

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page