Skip to main content
Glama

Web Proxy MCP Server

by mako10k

proxy_import_config

Load and apply proxy server configurations from a specified file, with options to merge or replace existing settings. Simplify setup and management for automated traffic handling in the Web Proxy MCP Server.

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