lighthouse-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@lighthouse-mcplist my lighthouse instances and their status"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
lighthouse-mcp 🦞
MCP Server for Tencent Cloud Lighthouse(轻量应用服务器)管理。
让 AI Agent(Claude Code / OpenClaw / Cursor)通过自然语言管理你的 Lighthouse 服务器。
已支持的工具
工具 | 说明 |
| 查询所有可用地域 |
| 查询实例列表 |
| 获取监控数据(CPU/内存/带宽/磁盘IO) |
| 查看防火墙规则 |
| 添加防火墙规则 |
| 删除防火墙规则 |
| 查看快照列表 |
| 远程执行命令(TAT) |
| 查询命令执行状态 |
Related MCP server: Minecraft Ops MCP
安装
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.json 的 tools.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 协议 SDKtencentcloud-sdk-nodejs-lighthouse— 腾讯云 Lighthouse SDKTypeScript + ES Modules
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityDmaintenanceA Model Context Protocol server for the Hetzner Cloud API that enables natural language management of cloud infrastructure. Users can list, create, and modify servers, networks, volumes, and load balancers through MCP-compatible clients.Last updated6716MIT
- AlicenseBqualityDmaintenanceAn MCP server for managing and operating Minecraft servers through multiple backend protocols including MCSManager API, RCON, and MSMP. It provides tools for instance lifecycle management, file operations, console commands, player administration, and server configuration with built-in security controls.Last updated712MIT
- Alicense-qualityAmaintenanceMCP server for Coolify infrastructure management, providing 45 tools for servers, applications, databases, deployments, and diagnostics via natural language.Last updated53MIT
- AlicenseAqualityDmaintenanceA comprehensive MCP server for managing Scaleway cloud infrastructure, enabling control of instances, databases, storage, networking, and more through natural language.Last updated11MIT
Related MCP Connectors
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server for ByteDance Seedream AI image generation
MCP server for Appcircle mobile CI/CD platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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