An MCP server that enables AI agents to execute terminal commands and Python code on the host system, leveraging Agent Zero's battle-tested implementation with session management and smart output handling.
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_LOG_DIR— export =/path/to/logsCODE_EXEC_MCP_VERSIONCODE_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/ai-integr8tor-agent0ai-code-execution-mcp-nd1wq6)