MCP Server for Tencent Cloud TKE
Project description
腾讯云 TKE MCP Server(中文版)
腾讯云容器服务(TKE) Model Context Protocol (MCP) 服务器,提供标准化的TKE集群管理接口。
功能特性
- 集群生命周期管理:创建、删除
工具列表(Tools)
集群生命周期
| 工具名称 | 功能说明 |
|---|---|
CreateCluster |
创建集群 |
DeleteCluster |
删除集群 |
快速开始
1. 准备腾讯云凭证
- 登录 腾讯云控制台,进入「访问管理」→「访问密钥」获取
SecretId与SecretKey
2. 配置环境变量
export TENCENTCLOUD_SECRET_ID=你的SecretId
export TENCENTCLOUD_SECRET_KEY=你的SecretKey
3. Claude Desktop 配置
编辑 claude_desktop_config.json(Mac 默认路径 ~/Library/Application Support/Claude/claude_desktop_config.json),加入:
{
"mcpServers": {
"tencent-tke": {
"command": "uv",
"args": ["run", "mcp-server-tke"],
"env": {
"TENCENTCLOUD_SECRET_ID": "你的SecretId",
"TENCENTCLOUD_SECRET_KEY": "你的SecretKey",
}
}
}
}
4. 安装
pip install mcp-server-tke
许可证
MIT License,详见 LICENSE 文件。
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_tke-0.0.2.tar.gz
(22.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_server_tke-0.0.2.tar.gz.
File metadata
- Download URL: mcp_server_tke-0.0.2.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10a50a4412ed30eb9c9f984e2439ae56e72d654bff2aad9649737c6aaab2343a
|
|
| MD5 |
a59859fa66ba3b5950bfeb8241884987
|
|
| BLAKE2b-256 |
fc02a5169851464ee7e903297fca692b655ba0627b11c72ae3c42c0723aab524
|
File details
Details for the file mcp_server_tke-0.0.2-py3-none-any.whl.
File metadata
- Download URL: mcp_server_tke-0.0.2-py3-none-any.whl
- Upload date:
- Size: 7.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8679077535ac8c318f825eb9d4cae4f99f4da3f65271522620ee28a44f4b7ad
|
|
| MD5 |
b4db91ddff980187f96cde4649301e31
|
|
| BLAKE2b-256 |
2dee74d7b25f935f48c82fb2776759af0c4287902dcb9f3455dfc8d7ae825454
|