Enables AI agents to execute terminal commands and Python code on the host system with session management and smart output handling, leveraging Agent Zero's proven implementation.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.CODE_EXEC_EXECUTABLE— export =/bin/bashCODE_EXEC_INIT_COMMANDS— export ="source /path/to/venv/bin/activate;export PATH=\$PATH:/custom/bin"CODE_EXEC_FIRST_OUTPUT_TIMEOUT— export =30 # Wait for first outputCODE_EXEC_BETWEEN_OUTPUT_TIMEOUT— export =15 # Wait between output chunksCODE_EXEC_DIALOG_TIMEOUT— export =5 # Detect dialog promptsCODE_EXEC_MAX_EXEC_TIMEOUT— export =180 # Maximum execution time[](https://m8ven.ai/mcp/terminallylazy-a0-code-exec-mcp-1jpdwd)