{
  "markdown": "\n# @rog0x/mcp-env-tools\n\nMCP server providing environment and configuration tools for AI agents. Helps with parsing `.env` files, generating templates, checking ports, inspecting system info, and verifying tool dependencies.\n\n## Tools\n\n### Environment Parser\n- **env_list_variables** - Parse a `.env` file and list all variable keys (values masked)\n- **env_detect_missing** - Check if required environment variables are present and populated\n- **env_compare_files** - Compare `.env` vs `.env.example` to find missing or extra variables\n- **env_find_duplicates** - Find duplicate variable keys in a `.env` file\n\n### Environment Generator\n- **env_generate_example** - Generate `.env.example` from an existing `.env` file (strips values, keeps comments, adds placeholders)\n- **env_detect_from_package_json** - Detect environment variables referenced in `package.json` scripts\n- **env_detect_from_docker_compose** - Detect environment variables referenced in a `docker-compose.yml` file\n\n### Port Checker\n- **port_check** - Check if a specific port is in use and identify the process\n- **port_find_available** - Find available ports within a given range\n- **port_list_processes** - List processes using specific ports\n\n### System Info\n- **system_info** - OS, CPU, memory, disk, Node/npm/Python/Git/Docker versions\n\n### Dependency Checker\n- **deps_check_tools** - Check if specified tools are installed and get their versions\n- **deps_check_versions** - Verify installed tools meet minimum version requirements\n- **deps_verify_path** - Analyze the system PATH for common tool directories\n\n## Setup\n\n```bash\nnpm install\nnpm run build\n```\n\n## Configuration\n\nAdd to your MCP client config:\n\n```json\n{\n  \"mcpServers\": {\n    \"env-tools\": {\n      \"command\": \"node\",\n      \"args\": [\"D:/products/mcp-servers/mcp-env-tools/dist/index.js\"]\n    }\n  }\n}\n```\n\n## License\n\nMIT\n",
  "bytes": 1858,
  "sha": "5ee623985233f008f67be3a9962ea665c945371b51750a1ce6dedf0311ed3eae",
  "repo_slug": "rog0x/mcp-env-tools",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rog0x_env_476e1d0a/readme"
}