52
/ 100
1 month ago
glama

mac-bridge-mcp

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.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 3 credentials: MCP_BRIDGE_TOKEN, MCP_BRIDGE_TLS_KEY, MCP_BRIDGE_TLS_KEY_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMCP_BRIDGE_HOSTWith the default =127.0.0.1, the server is reachable only from
configMCP_BRIDGE_PORT8765 Listen port.
configMCP_BRIDGE_PATH/mcp URL path for the MCP endpoint.
🔐 secretMCP_BRIDGE_TOKENexport ="$(python3 -c 'import secrets;print(secrets.token_urlsafe(32))')"
configMCP_BRIDGE_SHELL/bin/zsh Shell used by run_command.
configMCP_BRIDGE_ROOTunset Confine all file/binary operations under this directory.
configMCP_BRIDGE_ALLOW_IPSunset Comma-separated IPs/CIDRs allowed to connect. Unset = any IP (token still required).
configMCP_BRIDGE_TRUST_FORWARDEDunset Read client IP from X-Forwarded-For. ONLY behind a proxy you control.
configMCP_BRIDGE_TLS_CERTunset Path to a PEM certificate. Set with MCP_BRIDGE_TLS_KEY to serve HTTPS.
🔐 secretMCP_BRIDGE_TLS_KEYMCP_BRIDGE_TLS_CERT unset Path to a PEM certificate. Set with to serve HTTPS.
🔐 secretMCP_BRIDGE_TLS_KEY_PASSWORDunset Password for the private key, if it is encrypted.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/iamleandrooooo-mac-bridge-mcp-m4kvwv)](https://m8ven.ai/mcp/iamleandrooooo-mac-bridge-mcp-m4kvwv)
commit: 35d97200a391d84b9f399ae8dda227a02b1f0ab8
code hash: 9412012f4bf2a211c68dc39775fc03736593c4f56a1766d08ff0afa59334aa97
verified: 6/29/2026, 11:19:13 AM
view raw JSON →