EnvSync-LE
Rank #6,901io.github.nolindnaidoo/envsync-le
Compare dotenv files and report which keys are missing or extra, by name only.
EnvSync-LE is a Model Context Protocol (MCP) server published by nolindnaidoo. It ranks #6,901 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. EnvSync-LE is listed on Official MCP, with 3 tracked versions. It was first listed on Aug 5, 2026 and most recently updated on Aug 14, 2026.
Ranks ahead of 108,559 of 115,460 servers on MCP Toplist.
Use EnvSync-LE
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add envsync-le -- npx -y envsync-le-mcp[mcp_servers.envsync-le]
command = "npx"
args = ["-y", "envsync-le-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"envsync-le": {
"command": "npx",
"args": [
"-y",
"envsync-le-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"envsync-le": {
"command": "npx",
"args": [
"-y",
"envsync-le-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"envsync-le": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"envsync-le-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"envsync-le": {
"command": "npx",
"args": [
"-y",
"envsync-le-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"envsync-le": {
"command": "npx",
"args": [
"-y",
"envsync-le-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nolindnaidoo%2Fenvsync-le)<a href="https://mcptoplist.com/server/io.github.nolindnaidoo%2Fenvsync-le"><img src="https://mcptoplist.com/badge/io.github.nolindnaidoo%2Fenvsync-le.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
nolindnaidoo
Other servers by nolindnaidoo
- Regex-LE#5,105 · 3 vers
- Colors-LE#5,200 · 3 vers
- Scrape-LE#6,250 · 3 vers
- URLs-LE#6,530 · 3 vers
- Paths-LE#6,554 · 3 vers
- Secrets-LE#6,654 · 3 vers
- Numbers-LE#6,774 · 3 vers
- Strings-LE#6,801 · 3 vers
- Dates-LE#6,816 · 3 vers
Available versions (3)
| Version | Published |
|---|---|
| 2.2.5 | Aug 14, 2026 |
| 2.2.4 | Aug 7, 2026 |
| 2.2.2 | Aug 5, 2026 |
Frequently asked questions
- Who maintains EnvSync-LE?
- EnvSync-LE is maintained by nolindnaidoo, which publishes 10 MCP servers (30 total versions) tracked on MCP Toplist.
- Is EnvSync-LE listed on the Official MCP Registry?
- Yes — EnvSync-LE is listed on the Official MCP Registry.
- How many versions does EnvSync-LE have?
- MCP Toplist tracks 3 versions of EnvSync-LE, most recently published on Aug 14, 2026.
- Where can I find the source code for EnvSync-LE?
- The source code for EnvSync-LE is hosted at github.com/nolindnaidoo/envsync-le.