io.github.rog0x/env
Dotenv parser, ports, system info for AI agents
Versions
1.0.2latestTools 14
env_list_variables Parse a .env file and list all variable keys with masked values
env_detect_missing Check if required environment variables are present and populated in a .env file
env_compare_files Compare a .env file against a .env.example to find missing or extra variables
env_find_duplicates Find duplicate variable keys in a .env file
env_generate_example Generate .env.example content from an existing .env file, stripping values and adding placeholders
env_detect_from_package_json Detect environment variables referenced in package.json scripts
env_detect_from_docker_compose Detect environment variables referenced in a docker-compose YAML file
port_check Check if a specific port is in use and identify the process using it
port_find_available Find available ports within a given range
port_list_processes List processes using specific ports
system_info Get system information: OS, CPU, memory, disk, and installed runtime versions (Node, npm, Python, Git, Docker)
deps_check_tools Check if specified tools/commands are installed and get their versions
deps_check_versions Check if installed tools meet minimum version requirements
deps_verify_path Analyze the system PATH and check for common tool directories
Permissions 2
shell high env_vars low