mac-bridge-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_BRIDGE_HOST | No | Bind address. Default: 127.0.0.1 | 127.0.0.1 |
| MCP_BRIDGE_PATH | No | URL path for the MCP endpoint. Default: /mcp | /mcp |
| MCP_BRIDGE_PORT | No | Listen port. Default: 8765 | 8765 |
| MCP_BRIDGE_ROOT | No | Confine all file/binary operations under this directory. Default: unset. | |
| MCP_BRIDGE_SHELL | No | Shell used by run_command. Default: /bin/zsh | /bin/zsh |
| MCP_BRIDGE_TOKEN | No | Shared secret (password). Set it to keep it stable across restarts. Default: random. | (random) |
| MCP_BRIDGE_TLS_KEY | No | Path to the certificate's private key (PEM). Default: unset. | |
| MCP_BRIDGE_TLS_CERT | No | Path to a PEM certificate. Set with MCP_BRIDGE_TLS_KEY to serve HTTPS. Default: unset. | |
| MCP_BRIDGE_ALLOW_IPS | No | Comma-separated IPs/CIDRs allowed to connect. Unset = any IP (token still required). Default: unset. | |
| MCP_BRIDGE_TRUST_FORWARDED | No | Read client IP from X-Forwarded-For. ONLY behind a proxy you control. Default: unset. | |
| MCP_BRIDGE_TLS_KEY_PASSWORD | No | Password for the private key, if it is encrypted. Default: unset. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IamLeandrooooo/mac-bridge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server