env-diff MCP Server
AdametherzLab/env-diff
Compare .env files across environments, branches, and runtimes. Type-aware diffing, secret masking, git branch comparison, MCP server for AI agents. Zero dependencies.
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
AdametherzLab/env-diff is a TypeScript MCP server licensed under MIT. Compare .env files across environments, branches, and runtimes. Type-aware diffing, secret masking, git branch comparison, MCP server for AI agents. Zero dependencies. Topics: bun, cli, configuration, developer-tools, devops, environment-variables, typescript, ai-tools, ci-cd, diff, dotenv, env, mcp, secrets, environment-drift.
Ranked #10 out of 109 indexed tools.
In the top 10% of all indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit 1d ago → actively maintained
No issues filed → no history to score
2 contributors → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# env-diff > Compare .env files across environments, branches, and runtimes. Catch missing variables, type mismatches, and configuration drift before deployment. Built by [AdametherzLab](https://github.com/AdametherzLab) with [Claude](https://claude.ai). ## Why env-diff? Environment variable mismatches are one of the most common causes of deployment failures. A missing `DATABASE_URL`, a `PORT` that changed from number to string, a secret that exists in development but not production — these bugs are silent until they break production. **env-diff catches them all.** ## Features - **Type-aware diffing** — Catches when `PORT=3000` (number) becomes `PORT="3000"` (string) - **Git branch comparison** — `env-diff .env:main .env:staging` compares across branches - **Secret masking** — Automatically detects and masks API keys, tokens, and passwords - **Multi-file matrix** — Compare dev, staging, and prod simultaneously - **Codebase scanning** — Auto-generate `.env.example` from your sourRead full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.