Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PROXY_BRIDGE_CONFIGNoConfig file path.
PROXY_BRIDGE_TARGETSNoComma-separated targets.
PROXY_BRIDGE_GIT_SCOPENoComma-separated git URL prefixes.
PROXY_BRIDGE_CHECK_PORTNoTarget port (number as string).
PROXY_BRIDGE_HOOK_EXTRANoComma-separated extra trigger regexes.
PROXY_BRIDGE_LAUNCH_CMDNoLaunch command.
PROXY_BRIDGE_PROXY_HOSTNoProxy host.
PROXY_BRIDGE_PROXY_PORTNoProxy port.
PROXY_BRIDGE_LAUNCH_ARGSNoLaunch args (JSON array or space-split).
PROXY_BRIDGE_PROXY_SCHEMENoProxy scheme (http or socks5).
PROXY_BRIDGE_PROCESS_NAMESNoComma-separated process names.
PROXY_BRIDGE_SET_GIT_PROXYNo0 disables git proxy.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
ensure_accessA

Ensure the target host (default: first configured target) is reachable. Checks direct first; if it fails, launches the proxy, waits for the port, and verifies through the proxy. Returns status + proxy URL.

checkB

Test HTTPS reachability of a target host. useProxy=true routes through the configured proxy; false=direct.

statusB

Report whether the proxy process is running (best-effort), the proxy port is open, and the configured targets.

start_proxyA

Launch the configured proxy client (detached). Returns whether it was launched vs. already running.

stop_proxyA

Best-effort kill of the configured proxy process(es).

proxy_infoA

Return the proxy URL plus copy-paste hints for HTTPS_PROXY env vars and URL-scoped git config (and how to unset).

set_git_proxyA

Apply the URL-scoped git http proxy for the configured targets (idempotent). Useful after the proxy is up.

show_configA

Return the resolved configuration and the config file path (for debugging).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Proxy InfoProxy URL and usage hints
Resolved ConfigResolved configuration

Latest Blog Posts

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/xiaolaifeng/mcp-proxy-bridge'

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