Skip to main content
Glama
KevinLvLight

envmgr-mcp-server

by KevinLvLight

envmgr-mcp-server

通过 SSH 和浏览器访问管理多套命名环境的 MCP 服务器,供 Claude 等 LLM 直接调用。

提供三个工具:

  • envmgr_list — 列出所有已配置环境(支持按 type 过滤)

  • envmgr_ssh — 在指定环境上通过 SSH 执行 shell 命令

  • envmgr_browser — 返回指定环境的浏览器 URL 和登录凭据(供 Playwright / chrome-devtools-mcp 使用)


安装

npm install -g @kikilight/envmgr-mcp-server
claude mcp add -s user envmgr-mcp-server -- envmgr-mcp-server

完成后重启 Claude Code 即可使用。

升级到新版本:npm install -g @kikilight/envmgr-mcp-server@latest


Related MCP server: jakubs-mcp-tools

配置环境

首次运行时,若未找到配置文件,服务会自动生成一份示例配置:

  • Windows: %USERPROFILE%\.config\envmgr\envs.json

  • macOS / Linux: ~/.config/envmgr/envs.json

按需编辑该文件即可,格式如下:

{
  "envs": {
    "prod": {
      "type": "production",
      "description": "生产环境",
      "ssh": {
        "host": "10.0.0.1",
        "user": "root",
        "password": "yourpassword",
        "port": 22
      },
      "browser": {
        "url": "https://admin.example.com",
        "username": "admin",
        "password": "yourpassword"
      }
    }
  }
}

sshbrowser 均为可选,一个环境可同时拥有两者或只有其一。


开发 & 打包(开发者)

npm install
npm run build    # tsc 编译 → dist/
npm run dev      # tsx watch 模式,自动重载

发布到 npm:

npm run build
npm publish
Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    An MCP server that enables remote SSH command execution and bidirectional file transfers through a standardized interface. It allows AI assistants to securely manage remote servers while keeping credentials isolated and applying command-level security controls.
    ISC
  • F
    license
    -
    quality
    C
    maintenance
    MCP server for infrastructure discovery and remote management, enabling SSH command execution, file transfer, log tailing, and machine/service inventory with a companion web dashboard.
    1
  • A
    license
    -
    quality
    C
    maintenance
    SSH-based MCP server that enables remote execution of SSH commands, file transfers, and secure server management via the MCP protocol.
    ISC

View all related MCP servers

Related MCP Connectors

  • Massed Compute MCP — GPU inventory, VM lifecycle, billing, SSH keys, and setup recipes.

  • A MCP server built for developers enabling Git based project management with project and personal…

  • Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.

View all MCP Connectors

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