Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WEBSEARCH_RESULTSNoTop N results to fetch full text for (max 12)10
WEBSEARCH_USE_CURLNoLast fallback: plain HTTP fetch1
WEBSEARCH_SEARXNG_URLNoSearXNG endpoint (JSON format auto-appended)http://100.77.7.3:8890/search
WEBSEARCH_BROWSEROS_URLNoBrowserOS MCP (streamable HTTP)http://127.0.0.1:9002/mcp
WEBSEARCH_USE_BROWSEROSNoUse BrowserOS batch extraction1
WEBSEARCH_MAX_PAGE_CHARSNoTruncate each page's text to this many chars (context budget)8000
WEBSEARCH_USE_PLAYWRIGHTNoFall back to headless Chromium1
WEBSEARCH_PAGE_TIMEOUT_MSNoPer-page read/navigation timeout25000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
websearchA

Search the web (SearXNG) and return the full body text of the top N results. Pages are loaded in parallel via BrowserOS, falling back to headless Chromium (Playwright) then plain HTTP fetch. Returns each result as {title, url, text}.

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/khoaofgod/searXNG-WebSearchMCP'

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