io.github.rog0x/env — Model Context Protocol (MCP) server
This MCP server (io.github.rog0x/env) provides environment and configuration tools for AI agents. It focuses on parsing .env files, generating templates, checking ports, inspecting system information, and verifying tool dependencies, based on the server’s description and readme excerpt.
🛠️ Key Features
- Dotenv (
.env) parsing for configuration workflows - Environment variable inspection and validation
.envvs.env.examplecomparison for missing/extra variables- Duplicate variable key detection in an
.envfile (as described in excerpt)
🚀 Use Cases
- List variable keys from a
.envfile (with values masked) - Detect missing or unpopulated required environment variables
- Identify duplicates when editing
.envfiles - Compare
.envagainst.env.exampleto align configuration
⚡ Developer Benefits
- Tooling for AI agent setup and configuration verification
- Supported workflows for env comparison and validation steps
⚠️ Limitations
- Only environment parser-related tool behaviors are explicitly detailed in the provided excerpt; other capabilities (ports, system info, template generation, tool dependency verification) are mentioned but not enumerated.