Enables remote shell command execution and file operations with restricted/unrestricted modes, background tasks, safe editing, and code search.
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.SHELL_MCP_ALLOWLIST— (built-in) Comma-separated command list (restricted mode)SHELL_MCP_ALLOWED_IPS— (empty) Comma-separated IP allowlistSHELL_MCP_TOKEN— cp .env.example .env # fill (openssl rand -hex 32)SHELL_MCP_HOST— 127.0.0.1 Bind addressSHELL_MCP_WORKDIR— ./default Working directorySHELL_MCP_SHELLSHELL_MCP_ENCODING— auto Output/file encodingSHELL_MCP_LOG— shell-mcp-audit.log Audit log pathSHELL_MCP_PI_COMMAND— pi Pi binary/command pathSHELL_MCP_PI_ARGS— "" Extra arguments to piCOMSPECSHELL— Two execution modes: restricted (command allowlist, no shell operators) / unrestricted (full shell). Windows: unrestricted mode uses cmd.exe or PowerShell; POSIX: $ -lc.[](https://m8ven.ai/mcp/takereshui-shell-mcp-th4no7)