rog0x

@rog0x/mcp-env-tools

Community rog0x
Updated

MCP server for environment tools: .env parser/generator, port checker, system info, dependency checker

@rog0x/mcp-env-tools

MCP 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.

Tools

Environment Parser

  • env_list_variables - Parse a .env file and list all variable keys (values masked)
  • env_detect_missing - Check if required environment variables are present and populated
  • env_compare_files - Compare .env vs .env.example to find missing or extra variables
  • env_find_duplicates - Find duplicate variable keys in a .env file

Environment Generator

  • env_generate_example - Generate .env.example from an existing .env file (strips values, keeps comments, adds 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.yml file

Port Checker

  • port_check - Check if a specific port is in use and identify the process
  • port_find_available - Find available ports within a given range
  • port_list_processes - List processes using specific ports

System Info

  • system_info - OS, CPU, memory, disk, Node/npm/Python/Git/Docker versions

Dependency Checker

  • deps_check_tools - Check if specified tools are installed and get their versions
  • deps_check_versions - Verify installed tools meet minimum version requirements
  • deps_verify_path - Analyze the system PATH for common tool directories

Setup

npm install
npm run build

Configuration

Add to your MCP client config:

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

License

MIT

MCP Server · Populars

MCP Server · New

    globau

    Firefox DevTools MCP

    Model Context Protocol server for Firefox DevTools - enables AI assistants to inspect and control Firefox browser through the Remote Debugging Protocol

    Community globau
    nukeop

    nuclear

    Streaming music player that finds free music for you

    Community nukeop
    qualixar

    SuperLocalMemory V3

    World's first local-only AI memory to break 74% retrieval and 60% zero-LLM on LoCoMo. No cloud, no APIs, no data leaves your machine. Additionally, mode C (LLM/Cloud) - 87.7% LoCoMo. Research-backed. arXiv: 2603.14588

    Community qualixar
    proxy-intell

    Facebook Ads Library MCP Server

    MCP Server for Facebook ADs Library - Get instant answers from FB's ad library

    Community proxy-intell
    genkit-ai

    Genkit MCP

    Open-source framework for building AI-powered apps in JavaScript, Go, and Python, built and used in production by Google

    Community genkit-ai