EnvSync-LE for Cursor
io.github.nolindnaidoo/envsync-le
Compare dotenv files and report which keys are missing or extra, by name only.
client:Cursor
transport:stdio
runtime:npm
Install EnvSync-LE in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"envsync-le": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"envsync-le-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs