Run sudo commands with a Fernet-encrypted password bound to machine-id + user.
MCP server for running commands with encrypted password storage. Exposes 4 tools to persist a sudo password (encrypted with a machine-bound key) and invoke privileged commands without re-entering credentials. Designed for single-user Linux workstations. | Store sudo password (encrypted, one-time) | | Run shell command with sudo | | Check if password is stored | | Remove stored password | Password…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
MCP server for running commands with encrypted password storage. Exposes 4 tools to persist a sudo password (encrypted with a machine-bound key) and invoke privileged commands without re-entering credentials. Designed for single-user Linux workstations. | Store sudo password (encrypted, one-time) | | Run shell command with sudo | | Check if password is stored | | Remove stored password | Password is encrypted with Fernet (AES-128-CBC + HMAC-SHA256). Encryption key is derived from + — never…