Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MODENoServer mode: both HTTP+STDIO, HTTP only, or STDIO only. Options: both, http, stdioboth
PORTNoServer port (MCP HTTP/S; CLI daemon uses 3210 by default)3211
LOG_LEVELNoquiet suppresses startup config logs (MCP stdio bare startup is silent by default; use LOG_LEVEL=normal for diagnostics). Options: normal, quietnormal
PROXY_URLNoProxy server URLhttp://127.0.0.1:7890
USE_PROXYNoEnable HTTP proxyfalse
CORS_ORIGINNoCORS origin configuration*
ENABLE_CORSNoEnable CORSfalse
EXA_API_KEYNoOptional. Only needed for exa engine. Get a free key from https://dashboard.exa.ai/api-keys
SEARCH_MODENoSearch strategy. Currently only affects Bing: request only, request then Playwright fallback, or force Playwright. Options: request, auto, playwrightauto
FAKE_IP_CIDRSNoTreat DNS answers in these CIDRs as synthetic fake-IP results and do not block them as private-network DNS answers. Literal private/local targets and other private-network DNS answers remain blocked
PROXY_ENGINESNoWith USE_PROXY=true, only the engines in this whitelist route through the proxy; others stay direct. Empty = all engines proxied (legacy global behavior). Recommended for mainland China: PROXY_ENGINES=duckduckgo,exa,brave,startpage
CONTEXT7_API_KEYNoOptional API key for higher rate limits on Context7 docs tools
PLAYWRIGHT_PACKAGENoWhich Playwright client package to resolve when browser mode is enabled. Options: auto, playwright, playwright-coreauto
PLAYWRIGHT_HEADLESSNoWhether Playwright Chromium runs in headless modetrue
MCP_TOOL_SEARCH_NAMENoCustom name for the search toolsearch
DEFAULT_SEARCH_ENGINENoDefault search engine. Options: bing, duckduckgo, exa, brave, baidu, csdn, juejin, startpage, sogoubing
ALLOWED_SEARCH_ENGINESNoLimit which search engines can be used; if the default engine is not in this list, the first allowed engine becomes the default
FETCH_WEB_INSECURE_TLSNoDisable TLS certificate verification for fetchWebContent only. Use only when a target site has a broken certificate chainfalse
PLAYWRIGHT_MODULE_PATHNoReuse an existing Playwright client package outside this project
PLAYWRIGHT_WS_ENDPOINTNoValid Playwright ws:// / wss:// endpoint
BING_IMPERSONATE_TARGETNoBrowser fingerprint target for Bing's HTTP mode. Any curl-cffi-node impersonate target (e.g. chrome131, chrome124, chrome116)chrome131
MCP_TOOL_FETCH_WEB_NAMENoCustom name for generic web/Markdown fetch toolfetchWebContent
PLAYWRIGHT_CDP_ENDPOINTNoValid Chromium CDP endpoint
BING_PLAYWRIGHT_FALLBACKNoIn auto mode, when Bing's request mode hits an anti-bot page: true = launch a Playwright browser (slow, ~400MB); false = surface the error so the search service can cascade to lighter engines (e.g. duckduckgo/brave) via minResultstrue
MCP_TOOL_FETCH_CSDN_NAMENoCustom name for the CSDN article fetch toolfetchCsdnArticle
MCP_TOOL_FETCH_GITHUB_NAMENoCustom name for the GitHub README fetch toolfetchGithubReadme
MCP_TOOL_FETCH_JUEJIN_NAMENoCustom name for the Juejin article fetch toolfetchJuejinArticle
PLAYWRIGHT_EXECUTABLE_PATHNoLaunch an existing Chromium/Chrome executable without installing bundled browsers
OPEN_WEBSEARCH_QUIET_STARTUPNoSuppress startup config logs (compatibility switch, equivalent to LOG_LEVEL=quiet)false
STARTPAGE_PLAYWRIGHT_FALLBACKNofalse = do not launch a Playwright browser for Startpage's Anubis anti-bot warmup (saves ~400MB memory and seconds of latency); surface the error so minResults can cascade to lighter engines insteadtrue
PLAYWRIGHT_NAVIGATION_TIMEOUT_MSNoTimeout for Playwright navigation and Bing result waits20000

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/wtznicy/my-websearch'

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