Skip to main content
Glama
KevinLvLight

envmgr-mcp-server

by KevinLvLight

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
envmgr_listA

列出所有已配置的环境及其连接信息。 配置文件路径:/root/.config/envmgr/envs.json(可通过 ENVMGR_CONFIG 环境变量覆盖)。

返回每个环境的:名称、类型、描述、SSH 状态、浏览器状态。密码不返回。

envmgr_sshA

通过 SSH 在指定环境上执行 shell 命令,返回命令输出。

使用场景:

  • 查看服务日志:tail -100 /data/logs/hillos-core/log-error.log

  • 检查进程状态:ps aux | grep java

  • 查看磁盘空间:df -h

  • 统计日志错误:grep -c 'ERROR' /data/logs/xxx/log-error.log

注意:命令在 root 权限下执行,请谨慎使用破坏性命令。

envmgr_browserA

返回指定环境的浏览器访问 URL 和认证凭据。

输出的结构化信息可供 Playwright、chrome-devtools-mcp 等浏览器自动化工具使用。 使用流程:

  1. 调用 envmgr_browser 获取 url / username / password

  2. 用浏览器自动化工具导航到 url

  3. 填写 username 和 password 完成登录

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/KevinLvLight/envmgr-mcp-server'

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