An MCP server that runs on a Mac and exposes a small, sharp set of tools (shell, file transfer, binary execution, screenshots) over a token-protected network port.
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.MCP_BRIDGE_HOST— With the default =127.0.0.1, the server is reachable only fromMCP_BRIDGE_PORT— 8765 Listen port.MCP_BRIDGE_PATH— /mcp URL path for the MCP endpoint.MCP_BRIDGE_TOKEN— export ="$(python3 -c 'import secrets;print(secrets.token_urlsafe(32))')"MCP_BRIDGE_SHELL— /bin/zsh Shell used by run_command.MCP_BRIDGE_ROOT— unset Confine all file/binary operations under this directory.MCP_BRIDGE_ALLOW_IPS— unset Comma-separated IPs/CIDRs allowed to connect. Unset = any IP (token still required).MCP_BRIDGE_TRUST_FORWARDED— unset Read client IP from X-Forwarded-For. ONLY behind a proxy you control.MCP_BRIDGE_TLS_CERT— unset Path to a PEM certificate. Set with MCP_BRIDGE_TLS_KEY to serve HTTPS.MCP_BRIDGE_TLS_KEY— MCP_BRIDGE_TLS_CERT unset Path to a PEM certificate. Set with to serve HTTPS.MCP_BRIDGE_TLS_KEY_PASSWORD— unset Password for the private key, if it is encrypted.[](https://m8ven.ai/mcp/iamleandrooooo-mac-bridge-mcp-m4kvwv)