Skip to main content
Glama

Web Proxy MCP Server

by mako10k
chrome-proxy-setup.sh828 B
#!/bin/bash # Chrome Proxy Setup Script # Generated by Web Proxy MCP Server # Targets: 4 enabled domains echo "Setting up Chrome with proxy configuration..." # Method 1: Launch Chrome with PAC file echo "Starting Chrome with PAC configuration..." google-chrome \ --proxy-pac-url="http://172.21.255.3:8080/proxy.pac" \ --disable-background-networking \ --disable-default-apps \ --disable-extensions \ --disable-sync \ --disable-translate \ --disable-web-security \ --user-data-dir="/tmp/chrome-proxy-session" \ --new-window # Method 2: Manual proxy settings (alternative) # google-chrome \ # --proxy-server="172.21.255.3:8080" \ # --user-data-dir="/tmp/chrome-proxy-session" echo "Chrome started with proxy configuration" echo "Monitoring 4 domains through proxy" echo "Proxy server: 172.21.255.3:8080"

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