envmgr-mcp-server
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., "@envmgr-mcp-serverlist all environments"
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.
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: mcp-ssh-multi
配置环境
首次运行时,若未找到配置文件,服务会自动生成一份示例配置:
Windows:
%USERPROFILE%\.config\envmgr\envs.jsonmacOS / 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"
}
}
}
}ssh 和 browser 均为可选,一个环境可同时拥有两者或只有其一。
开发 & 打包(开发者)
npm install
npm run build # tsc 编译 → dist/
npm run dev # tsx watch 模式,自动重载发布到 npm:
npm run build
npm publishThis server cannot be installed
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
- 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/KevinLvLight/envmgr-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server