基于腾讯云 Lighthouse API 开发的 MCP (Model Context Protocol) ,为 AI 大模型提供强大的腾讯云轻量应用服务器(Lighthouse)管理能力。支持多种工具类型和智能化的云资源操作。
在 Claude Desktop 或其他 MCP 客户端的配置文件中添加:
{
"mcpServers": {
"lighthouse-mcp-server": {
"command": "npx",
"args": [
"-y",
"lighthouse-mcp-server"
],
"env": {
"TENCENTCLOUD_SECRET_KEY": "YOUR_TENCENT_SECRET_KEY",
"TENCENTCLOUD_SECRET_ID": "YOUR_TENCENT_SECRET_ID"
}
}
}
}

变量名 | 必需 | 说明 |
---|---|---|
TENCENTCLOUD_SECRET_KEY |
✅ | 腾讯云 API SecretKey |
TENCENTCLOUD_SECRET_ID |
✅ | 腾讯云 API SecretId |
describe_instances
- 查询实例列表describe_regions
- 查询可用地域start_instances
- 启动实例describe_firewall_rules
- 查询防火墙规则create_firewall_rules
- 创建防火墙规则get_monitor_data
- 获取监控数据self_test
- 实例自检诊断execute_command
- 执行远程命令describe_command_tasks
- 查询命令任务支持多种监控指标的告警配置:
本项目采用 MIT 许可证。
如果你遇到问题或有建议,请:
Made with ❤️ by Lighthouse Team