Skip to main content
Glama

Web Proxy MCP Server

by mako10k

proxy_import_config

Import HTTP/HTTPS proxy configurations from a file to update or merge with existing settings in the Web Proxy MCP Server for automated traffic management.

Instructions

Import proxy configuration from file

Input Schema

NameRequiredDescriptionDefault
filepathYesPath to configuration file
mergeNoMerge with existing config or replace

Input Schema (JSON Schema)

{ "properties": { "filepath": { "description": "Path to configuration file", "type": "string" }, "merge": { "default": false, "description": "Merge with existing config or replace", "type": "boolean" } }, "required": [ "filepath" ], "type": "object" }

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