Skip to main content
Glama
rog0x

@rog0x/mcp-env-tools

by rog0x

@rog0x/mcp-env-tools

AI 에이전트를 위한 환경 및 구성 도구를 제공하는 MCP 서버입니다. .env 파일 파싱, 템플릿 생성, 포트 확인, 시스템 정보 검사, 도구 종속성 검증을 지원합니다.

도구

환경 파서

  • env_list_variables - .env 파일을 파싱하여 모든 변수 키를 나열합니다(값은 마스킹됨)

  • env_detect_missing - 필수 환경 변수가 존재하고 값이 채워져 있는지 확인합니다

  • env_compare_files - .env.env.example을 비교하여 누락되거나 추가된 변수를 찾습니다

  • env_find_duplicates - .env 파일에서 중복된 변수 키를 찾습니다

환경 생성기

  • env_generate_example - 기존 .env 파일에서 .env.example을 생성합니다(값을 제거하고 주석을 유지하며 자리 표시자를 추가합니다)

  • 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 - OS, 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