Skip to main content
Glama

Web Proxy MCP Server

by mako10k
firefox-proxy-setup.sh1.02 kB
#!/bin/bash # Firefox Proxy Setup Script # Generated by Web Proxy MCP Server echo "Setting up Firefox with proxy configuration..." # Create temporary Firefox profile PROFILE_DIR="/tmp/firefox-proxy-profile" mkdir -p "$PROFILE_DIR" # Write proxy preferences cat > "$PROFILE_DIR/user.js" << 'EOF' // Firefox proxy preferences // Generated by Web Proxy MCP Server user_pref("network.proxy.type", 2); // Use PAC user_pref("network.proxy.autoconfig_url", "http://172.21.255.3:8080/proxy.pac"); user_pref("network.proxy.autoconfig_retry_interval_min", 5); user_pref("network.proxy.autoconfig_retry_interval_max", 300); // Optional: Disable DNS over HTTPS for proxy testing user_pref("network.trr.mode", 5); // Monitoring 4 domains through proxy // Proxy server: 172.21.255.3:8080 EOF echo "Starting Firefox with proxy profile..." firefox --profile "$PROFILE_DIR" --new-instance echo "Firefox started with proxy configuration" echo "Profile directory: $PROFILE_DIR" echo "PAC URL: http://172.21.255.3:8080/proxy.pac"

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/mako10k/mcp-web-proxy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server