Skip to main content
Glama

lighthouse-mcp 🦞

MCP Server for Tencent Cloud Lighthouse(轻量应用服务器)管理。

让 AI Agent(Claude Code / OpenClaw / Cursor)通过自然语言管理你的 Lighthouse 服务器。

已支持的工具

工具

说明

describe_regions

查询所有可用地域

describe_instances

查询实例列表

get_monitor_data

获取监控数据(CPU/内存/带宽/磁盘IO)

describe_firewall_rules

查看防火墙规则

create_firewall_rules

添加防火墙规则

delete_firewall_rules

删除防火墙规则

describe_snapshots

查看快照列表

execute_command

远程执行命令(TAT)

describe_command_tasks

查询命令执行状态

安装

npm install -g lighthouse-mcp
# 或
npx lighthouse-mcp

配置

设置腾讯云 API 密钥:

export TENCENT_SECRET_ID="your_secret_id"
export TENCENT_SECRET_KEY="your_secret_key"

或创建 .env 文件:

TENCENT_SECRET_ID=your_secret_id
TENCENT_SECRET_KEY=your_secret_key

密钥获取:腾讯云控制台 > API密钥管理

在 MCP 客户端中使用

Claude Code

添加到 ~/.claude/claude_desktop_config.json 或项目 .mcp.json

{
  "mcpServers": {
    "lighthouse": {
      "command": "npx",
      "args": ["-y", "lighthouse-mcp"],
      "env": {
        "TENCENT_SECRET_ID": "your_secret_id",
        "TENCENT_SECRET_KEY": "your_secret_key"
      }
    }
  }
}

OpenClaw

添加到 openclaw.jsontools.mcp 配置:

{
  "tools": {
    "mcp": {
      "lighthouse": {
        "command": "node",
        "args": ["dist/index.js"],
        "cwd": "/path/to/lighthouse-mcp",
        "env": {
          "TENCENT_SECRET_ID": "...",
          "TENCENT_SECRET_KEY": "..."
        }
      }
    }
  }
}

示例对话

你: 我有几台服务器?状态怎么样?
Agent: [调用 describe_instances] → 你有 2 台服务器,上海那台运行中...

你: 帮我把上海的服务器防火墙打开 443 端口
Agent: [调用 create_firewall_rules] → 已添加 TCP 443 规则

你: 最近的 CPU 使用率怎么样?
Agent: [调用 get_monitor_data] → 最近 6 小时 CPU 均值 12%...

技术栈

  • @modelcontextprotocol/sdk — MCP 协议 SDK

  • tencentcloud-sdk-nodejs-lighthouse — 腾讯云 Lighthouse SDK

  • TypeScript + ES Modules

License

MIT

Install Server
A
license - permissive license
B
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/BlueBridge-E/lighthouse-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server