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