io.github.rog0x/env is a MCP server that provides environment and configuration tools for AI agents. It parses dotenv files, inspects system info, checks ports, and verifies tool dependencies to support model-context tasks.
🛠️ Key Features
- Environment Parser to list variables (masked values)
- Missing variable detection and validation
- Dotenv template comparison between .env and .env.example
- Duplicate variable detection
- Ports, system info checks, and dependency verification
🚀 Use Cases
- Prepare agent runtimes with validated environment variables
- Ensure .env files align with required templates
- Quickly verify tool dependencies and port availability for MCP deployments
- Inspect host/system context for reliable model-context data
⚡ Developer Benefits
- Lightweight, focused MCP server for environment tooling
- Clear, opinionated commands for env parsing and validation
- Easy integration with TypeScript-based MCP workflows
- Facilitates reproducible agent configurations
⚠️ Limitations
- Based on provided readme excerpt; features described may be partial
- Behavior depends on installed tools and host environment
- Varied output masking for sensitive values in lists