Three tools for working with environment variable files. You get validation to check .env syntax and catch errors, parsing to extract key-value pairs programmatically, and comparison to diff two .env files and spot what changed between environments. Handy when you're debugging config mismatches across dev, staging, and prod, or when you need Claude to audit environment files for missing variables or formatting issues. Part of the larger Sovereign MCP collection, so it follows the same npx-and-go pattern as their other forge utilities.
claude mcp add --transport stdio io.github.ryudi84-env -- npx -y env-forge-mcp