mcp-server-tat
An MCP server implementation for executing commands on Tencent Cloud instances using the TencentCloud Automation Tools (TAT) API.
GitHubスター
0
ユーザー評価
未評価
お気に入り
0
閲覧数
4
フォーク
0
イシュー
0
README
Tencent Cloud TAT MCP Server
An MCP server implementation for executing commands on Tencent Cloud instances using the TencentCloud Automation Tools (TAT) API.
Features
- Command Execution: Execute Shell/PowerShell commands on Tencent Cloud instances
- Sync & Async Support: Both synchronous and asynchronous command execution
- Cross-Platform: Supports both Linux and Windows instances
- Task Management: Query command execution results and outputs
API List
🚀 Command Execution
Tool Name | Description |
---|---|
SyncRunCommand |
Synchronously execute commands on instances |
RunCommand |
Asynchronously execute commands on instances |
📊 Task Management
Tool Name | Description |
---|---|
QueryTask |
Retrieve command execution results |
Configuration
Setting up Tencent Cloud Credentials
- Obtain SecretId and SecretKey from Tencent Cloud Console
- Set your default region (optional)
Environment Variables
Configure the following environment variables:
TENCENTCLOUD_SECRET_ID
: Tencent Cloud SecretIdTENCENTCLOUD_SECRET_KEY
: Tencent Cloud SecretKeyTENCENTCLOUD_REGION
: Default region (optional)
Usage with Claude Desktop
Add this to your claude_desktop_config.json
:
{
"mcpServers": {
"tencent-tat": {
"command": "uv",
"args": ["run", "mcp-server-tat"],
"env": {
"TENCENTCLOUD_SECRET_ID": "YOUR_SECRET_ID_HERE",
"TENCENTCLOUD_SECRET_KEY": "YOUR_SECRET_KEY_HERE",
"TENCENTCLOUD_REGION": "YOUR_REGION_HERE"
}
}
}
}
Installation
pip install mcp-server-tat
License
MIT License. See LICENSE for details.
作者情報
0
フォロワー
3
リポジトリ
0
Gist
0
貢献数