About
Node.js environment lock, doctor & repair tool
README
Node.js environment lock, doctor & repair tool.
Install
# npm
npm install -g zenvo
Usage
# Initialize env.lock
zenvo init
# Run diagnostics
zenvo doctor
# Fix issues
zenvo repair --plan
zenvo repair --apply
# Resolve peer dependency conflicts
zenvo resolve
# CI verification
zenvo verify --strict
What it does
Zenvo generates an env.lock file that captures your Node.js environment:
[toolchain]
node = "20.11.0"
package_manager = "pnpm"
package_manager_version = "8.15.1"
[lockfile]
type = "pnpm-lock.yaml"
hash = "sha256:abc123..."
[frameworks]
react = "18.2.0"
next = "14.1.0"
typescript = "5.3.3"
When something drifts, zenvo doctor tells you what changed and zenvo repair fixes it.
Commands
| Command | Description |
|---|---|
zenvo init |
Initialize env.lock in current project |
zenvo lock |
Update env.lock to match current state |
zenvo doctor |
Run 20+ diagnostic checks |
zenvo repair --plan |
Show repair plan |
zenvo repair --apply |
Execute repairs |
zenvo resolve |
Fix peer dependency conflicts |
zenvo verify |
CI mode (exit 1 if drift) |
zenvo versions <pkg> |
Search npm package versions |
zenvo clean |
Remove caches |
CI Integration
# .github/workflows/verify.yml
name: Verify Environment
on: [push, pull_request]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install -g zenvo
- run: zenvo verify --strict
MCP Server
Zenvo includes an MCP server for AI assistants (Claude, Cursor).
{
"mcpServers": {
"zenvo": {
"command": "zenvo-mcp"
}
}
}
Contributing
git clone https://github.com/h-mbl/zenvo
cd zenvo
cargo build
cargo test
Installing Zenvo
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/h-mbl/zenvoFAQ
Is Zenvo MCP free?
Yes, Zenvo MCP is free — one-click install via Unyly at no cost.
Does Zenvo need an API key?
No, Zenvo runs without API keys or environment variables.
Is Zenvo hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Zenvo in Claude Desktop, Claude Code or Cursor?
Open Zenvo on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Zenvo with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
