Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BRAVE_API_KEYNoBrave Search API key.
ATLASFORGE_WEB_PROXY_URLNoMCP/client target URL.
WEB_PROXY_ALLOW_DNS_FAILNoLegacy DNS fail-open mode (1/0).0
ATLASFORGE_WEB_PROXY_HOSTNoFlask bind host.127.0.0.1
ATLASFORGE_WEB_PROXY_PORTNoFlask bind port.8765
ATLASFORGE_WEB_PROXY_PROVIDERNoSearch provider: auto, brave, duckduckgo, or ddgs.auto
ATLASFORGE_WEB_PROXY_CACHE_DIRNoSearch/fetch/image cache directory.
ATLASFORGE_WEB_PROXY_PAPER_DIRNoPaper PDF/text artifacts directory.
ATLASFORGE_WEB_PROXY_TIMEOUT_SNoService outbound timeout in seconds.20
ATLASFORGE_WEB_PROXY_FETCH_TTL_SNoPage fetch cache TTL in seconds.86400
ATLASFORGE_WEB_PROXY_PAPER_TTL_SNoPaper fetch cache TTL in seconds.604800
ATLASFORGE_WEB_PROXY_RETRY_BASE_SNoRetry base delay in seconds.0.5
ATLASFORGE_WEB_PROXY_RETRY_JITTERNoEnable retry jitter (1/0).1
ATLASFORGE_WEB_PROXY_SEARCH_TTL_SNoSearch cache TTL in seconds.1800
ATLASFORGE_WEB_PROXY_MCP_TIMEOUT_SNoMCP-to-service timeout in seconds.30
ATLASFORGE_WEB_PROXY_RETRY_ATTEMPTSNoFetch retry attempts.3
ATLASFORGE_WEB_PROXY_UA_RETRY_ON_403NoRetry 403 with browser user agent (1/0).1
ATLASFORGE_WEB_PROXY_CLIENT_TIMEOUT_SNoPython client timeout in seconds.30
ATLASFORGE_WEB_PROXY_RETRY_AFTER_MAX_SNoMax Retry-After delay in seconds.60
ATLASFORGE_WEB_PROXY_REDDIT_OLD_FALLBACKNoTry old.reddit fallback (1/0).1
ATLASFORGE_WEB_PROXY_ENABLE_ATLASFORGE_TOOLSNoOptional AtlasForge stage tools (1/0).0
ATLASFORGE_WEB_PROXY_ENABLE_INVESTIGATION_CAPTURENoOptional AtlasForge JSON mirroring (1/0).0

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
WebSearchA

Search the web for information. Returns unfiltered search results with title, URL, and snippet for each result. No domain blocks, no content filtering. Uses Brave API if configured, otherwise DuckDuckGo.

WebFetchA

Fetch content from a URL. Returns raw extracted content: title, headings, full text, and links. No summarization — returns the actual page content. Reddit URLs auto-route to JSON API. Image URLs auto-detect and save locally. Cached for 24h per URL.

WebResearchA

Combined search + fetch: searches the web, then fetches the top N result pages. Returns search results plus extracted content from each page. Single call for research queries.

PaperFetchA

Download an open-access paper PDF directly and extract full paper text when possible. Use this for arXiv/PDF paper sources before quoting a paper. Returns local artifact paths, SHA-256, page extraction metadata, and extracted text. This is separate from webpage WebFetch.

ImageSearchA

Search for images. Uses Brave API if configured, otherwise DuckDuckGo. Returns image URLs, source page URLs, thumbnails, dimensions. Optionally downloads top N images locally for vision tool access. The safesearch parameter controls content filtering: 'off' disables all filtering, 'moderate' is the default DDG behavior, 'on' is strict SFW.

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/DragonShadows1978/AtlasForge-WebProxy'

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