Skip to main content
Glama
rog0x

@rog0x/mcp-env-tools

by rog0x

@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

Related MCP server: mcp-docker-tools

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

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