Skip to main content
Glama

Web Proxy MCP Server

by mako10k

proxy_export_config

Export the current proxy configuration, including optional traffic logs, to a specified file for backup or analysis. Simplifies managing proxy settings within the Web Proxy MCP Server environment.

Instructions

Export current proxy configuration to file

Input Schema

NameRequiredDescriptionDefault
filepathNoOutput file path
includeTrafficLogNoInclude traffic log in export

Input Schema (JSON Schema)

{ "properties": { "filepath": { "description": "Output file path", "type": "string" }, "includeTrafficLog": { "default": false, "description": "Include traffic log in export", "type": "boolean" } }, "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