mcp-server-hai
@x-challenger
About mcp-server-hai
No overview available yet
Basic information
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.
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments