Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Envsync Le
E
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

Envsync Le

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

Compare dotenv files and report which keys are missing or extra, by name only.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "envsync-le": {
      "command": "npx",
      "args": [
        "-y",
        "envsync-le"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

EnvSync-LE Logo

EnvSync-LE: Zero Hassle .env Sync

Spot missing keys across your .env files before they bite
Automatic checks, a status bar counter, and a plain markdown report

Install from VS Code Marketplace Open VSX downloads envsync-le-mcp on npm envsync-le on crates.io LE Tools


EnvSync-LE Demo

Useful? A star or rating is how other developers find it β€” β˜… GitHub Β· β˜… Open VSX Β· β˜… Marketplace

What it does

EnvSync-LE compares the variable names across the .env files in your workspace and tells you which files are missing which keys. It never reads or compares values, and it never modifies your files. Works in VS Code and in VS Code–based editors like Cursor and VSCodium (installable from Open VSX).

  • Automatic checks β€” a debounced sync check runs whenever a watched .env file changes
  • Status bar counter β€” the current issue count, one click away from the full report
  • Markdown report β€” Show Details (Ctrl+Alt+S / Cmd+Alt+S) lists every missing key per file
  • Three comparison modes β€” auto (union of all keys), manual (only the files you list), template (validate everything against one reference file; also reports keys a file has that the template lacks)
  • Ignore list β€” temporarily exclude files (e.g. .env.example) from checking

Install

WhereWhat you getInstall
VS CodeThe same comparison, live, in your editorMarketplace
Cursor, VSCodium, WindsurfThe same extensionOpen VSX
A terminal or a CI stepThe same run over a whole tree, with exit codescargo install envsync-le Β· crates.io
Any MCP agent, via Nodecompare_env_files over stdionpx envsync-le-mcp Β· npm
ZedThe MCP server as a context serveradd it by hand (no listing yet)

Use it from an AI agent

The same engine runs as an MCP server, so an agent can call it directly instead of you running a command.

EditorHow
VS Code 1.101+Nothing to install β€” the extension registers compare_env_files with agent mode
ZedNo listing yet β€” add the MCP server by hand
Claude Codeclaude mcp add envsync-le -- npx -y envsync-le-mcp
Cursor, Windsurf, anything elsepoint it at npx envsync-le-mcp
Code
compare_env_files(files[], mode?, templatePath?, caseSensitive?, maxResults?)

Takes file contents directly and reports which keys are missing from which file. Only key names are returned, never values β€” a dotenv file is where credentials live and the answer does not need them.

The server takes content and returns data β€” it reads no files and makes no network requests of its own. Published as envsync-le-mcp on npm and as io.github.nolindnaidoo/envsync-le in the MCP registry.

Configuring it by hand β€” any host with an MCP config file

Most hosts read a JSON config. Add one entry:

config.json
{
  "mcpServers": {
    "envsync-le": {
      "command": "npx",
      "args": ["-y", "envsync-le-mcp"]
    }
  }
}

-y skips the install prompt on first run. Pin a version if you would rather not track releases β€” envsync-le-mcp@2.2.6.

Prefer not to go through npx on every launch? Install it once and point at the binary instead:

Terminal
npm install -g envsync-le-mcp
config.json
{
  "mcpServers": {
    "envsync-le": { "command": "envsync-le-mcp" }
  }
}

It speaks MCP over stdio and needs no environment variables, no API key and no configuration of its own. To check it before wiring it into anything:

bash
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | npx -y envsync-le-mcp

That prints the tool list and exits β€” if you see compare_env_files, the server works.

File classification

FilenameType
.envbase
.env.local, .env.*.locallocal override
.env.example, .env.templatetemplate
.env.production, .env.prodproduction
.env.development, .env.devdevelopment
.env.testtest
anything.env, unknown segmentsbase

Classification is segment-based on the basename β€” app.device.env is not "development", and Windows paths classify correctly.

The CLI

The same comparison runs from a terminal or a CI step: a Rust CLI in crate/, sharing one corpus with the extension β€” crate/fixtures/ β€” so the two can never read a dotenv file differently.

bash
envsync-le .                            # have these environments drifted?
envsync-le --template .env.example .    # will this deploy break?
envsync-le mcp                          # the same comparison over MCP on stdio
Code
.env: missing STRIPE_KEY, SENTRY_DSN (in .env.example)
.env.production: missing SENTRY_DSN (in .env.example)
out of sync β€” 2 files with mismatches across 3 files

The exit code is the product β€” 0 in sync, 1 out of sync, 2 malformed question. Finding no dotenv files at all is 0: there is nothing to be out of sync with. Unlike the extractors in this family there is no list to pipe onward; the number is the answer.

It never reads a value. Only key names are parsed, compared or reported, and three separate checks enforce that rather than a promise.

Commands

CommandDescription
EnvSync-LE: Show Details (Ctrl+Alt+S / Cmd+Alt+S)Run a sync check and open the markdown report
EnvSync-LE: Compare FilesCompare the key sets of two or more selected .env files
EnvSync-LE: Set TemplateMark a .env file as the reference template
EnvSync-LE: Clear TemplateReturn to automatic comparison
EnvSync-LE: Ignore FileExclude a .env file from sync checking
EnvSync-LE: Unignore FileRe-include a previously ignored file
EnvSync-LE: Clear Ignored FilesEmpty the ignore list
EnvSync-LE: Open SettingsOpen VS Code settings filtered to EnvSync-LE
EnvSync-LE: Help & TroubleshootingBuilt-in documentation

Settings

SettingDefaultDescription
envsync-le.enabledtrueMaster switch for sync checking
envsync-le.watchPatterns[".env*"]Glob patterns for files to watch and compare
envsync-le.excludePatterns[]Glob patterns to exclude; patterns without / match the basename (so .env.*.local excludes nested files too)
envsync-le.notificationLevelimportantall = missing + extra keys, important = missing keys + errors, silent = nothing
envsync-le.statusBar.enabledtrueShow the status bar item (applies immediately)
envsync-le.debounceMs1000Delay between a file change and the sync check
envsync-le.caseSensitivetrueTreat DB_URL and db_url as different keys
envsync-le.comparisonModeautoauto, manual, or template
envsync-le.compareOnlyFiles[]In manual mode, only compare these files (workspace-relative)
envsync-le.templateFileβ€”The reference file for template mode (set via Set Template)
envsync-le.temporaryIgnore[]Files currently ignored (managed by the ignore commands)
envsync-le.telemetryEnabledfalseLocal-only event log (see Privacy)

Parsing notes

  • Keys must match [A-Za-z_][A-Za-z0-9_-]*; anything else left of = is reported as a parse error for that line (the rest of the file still counts).
  • export KEY=value is accepted; duplicate keys count once.
  • Values quoted with ", ', or ` may span multiple lines; an unterminated quote is reported as an error.
  • In auto mode the reference is the union of all keys, so "extra keys" only exist in template mode.

Languages

Twelve languages besides English:

German Β· Spanish Β· French Β· Indonesian Β· Italian Β· Japanese Β· Korean Β· Portuguese (Brazil) Β· Russian Β· Ukrainian Β· Vietnamese Β· Chinese (Simplified)

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Keremurat Json logoKeremurat Json

    Compare two JSON files deeply without worrying about key or array order. Detect missing, extra, an…

    πŸ’» Developer Tools0 views
    Compare vs Keremurat Json β†’
  • Puter MCP logoPuter MCP

    Puter MCP enables AI tools to interact with Puter: manage files, websites, workers, and more

    πŸ’» Developer Tools0 views
    Compare vs Puter MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Envsync Le

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "envsync-le": { "command": "npx", "args": ["-y", "envsync-le"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewEnvsync Le AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/envsync-le?style=directory)](https://allmcps.com/mcp/envsync-le)
HTML Embed
<a href="https://allmcps.com/mcp/envsync-le"><img src="https://allmcps.com/api/badge/envsync-le?style=directory" alt="Envsync Le on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Envsync Le β†’Install in Claude DesktopInstall in CursorInstall in VS Code