Skip to main content
Glama
rog0x

@rog0x/mcp-env-tools

by rog0x

@rog0x/mcp-env-tools

MCP-сервер, предоставляющий инструменты для работы с окружением и конфигурацией для AI-агентов. Помогает разбирать файлы .env, генерировать шаблоны, проверять порты, получать информацию о системе и проверять зависимости инструментов.

Инструменты

Парсер окружения

  • env_list_variables — Разобрать файл .env и вывести все ключи переменных (значения скрыты)

  • env_detect_missing — Проверить, присутствуют ли требуемые переменные окружения и заполнены ли они

  • env_compare_files — Сравнить .env и .env.example, чтобы найти отсутствующие или лишние переменные

  • env_find_duplicates — Найти дублирующиеся ключи переменных в файле .env

Генератор окружения

  • env_generate_example — Сгенерировать .env.example из существующего файла .env (удаляет значения, сохраняет комментарии, добавляет заполнители)

  • env_detect_from_package_json — Определить переменные окружения, на которые ссылаются скрипты в package.json

  • env_detect_from_docker_compose — Определить переменные окружения, на которые ссылается файл docker-compose.yml

Проверка портов

  • port_check — Проверить, занят ли конкретный порт, и определить процесс

  • port_find_available — Найти доступные порты в заданном диапазоне

  • port_list_processes — Вывести список процессов, использующих указанные порты

Информация о системе

  • system_info — ОС, CPU, память, диск, версии Node/npm/Python/Git/Docker

Проверка зависимостей

  • deps_check_tools — Проверить, установлены ли указанные инструменты, и получить их версии

  • deps_check_versions — Проверить, соответствуют ли установленные инструменты минимальным требованиям к версиям

  • deps_verify_path — Проанализировать системный PATH на наличие общих каталогов инструментов

Related MCP server: mcp-docker-tools

Настройка

npm install
npm run build

Конфигурация

Добавьте в конфигурацию вашего MCP-клиента:

{
  "mcpServers": {
    "env-tools": {
      "command": "node",
      "args": ["D:/products/mcp-servers/mcp-env-tools/dist/index.js"]
    }
  }
}

Лицензия

MIT

A
license - permissive license
Not graded
quality - not tested
D
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
    A
    quality
    D
    maintenance
    Provides persistent SQLite-based memory and unified tool abstraction for AI agents to support long-term context and complex tool chaining. It enables automated code analysis, file operations, and environment discovery through a standardized interface.
    5
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides Docker management tools for AI agents, including inspecting containers, images, Dockerfiles, and Compose configurations.
    41
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to detect development environments, install missing tools, scan local code projects, and generate visual reports.
    8
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to manage Docker containers, images, volumes, networks, and compose projects through Arcane's API. Provides comprehensive tools for environment, container, image, volume, network, project, and system operations.
    52
    15
    MIT

View all related MCP servers

Related MCP Connectors

  • Machine-readable utilities and datasets for AI agents.

  • Persistent memory and knowledge management for AI agents with semantic search and 50+ tools.

  • Build, validate, and deploy multi-agent AI solutions from any AI environment.

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/rog0x/mcp-env-tools'

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