Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SEARXNG_MCP_BASE_URLNoSearXNG base URLhttp://127.0.0.1:8890
SEARXNG_MCP_CACHE_DIRNoCache directory path
SEARXNG_MCP_TRANSPORTNoTransport mode: stdio, streamable-http, or sse
SEARXNG_MCP_FETCH_TIMEOUTNoFetch timeout in seconds
SEARXNG_MCP_RENDER_SANDBOXNoSet to 1 to keep Chromium sandboxing enabled
SEARXNG_MCP_RENDER_TIMEOUTNoBrowser navigation timeout for rendered fetches
SEARXNG_MCP_RENDER_WAIT_MSNoExtra wait after DOM content load for rendered fetches
SEARXNG_MCP_SEARCH_TIMEOUTNoBackend search timeout in seconds
SEARXNG_MCP_FETCH_CACHE_TTLNoFetch cache TTL in seconds
SEARXNG_MCP_RENDER_HEADLESSNoSet to 0 to show the browser
SEARXNG_MCP_FETCH_VERIFY_TLSNoSet to 0 to skip TLS verification on fetches
SEARXNG_MCP_SEARCH_CACHE_TTLNoSearch cache TTL in seconds
SEARXNG_MCP_FALLBACK_BASE_URLSNoOptional comma-separated fallback SearXNG instances
SEARXNG_MCP_RENDER_CONCURRENCYNoConcurrent rendered fetch limit
SEARXNG_MCP_RENDER_BROWSER_PATHNoExplicit Chromium or Chrome binary path
SEARXNG_MCP_RENDER_AUTO_FALLBACKNoSet to 0 to disable automatic rendered fallback
SEARXNG_MCP_RENDER_AUTO_MIN_CHARSNoLower this to make auto-render more aggressive
SEARXNG_MCP_RENDER_AUTO_MIN_WORDSNoLower this to make auto-render more aggressive
SEARXNG_MCP_RENDER_BLOCK_RESOURCESNoSet to 0 to allow images, fonts, stylesheets, and media during render

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchC

Search SearXNG for a single query and return a compact summary plus hidden raw payload.

search_manyC

Search multiple queries in parallel, dedupe the results, and return a merged ranking.

search_and_fetchB

Search SearXNG and fetch the top results with content extraction and citation metadata. Rendered fetch is automatic for JS-heavy pages; set rendered=True to force browser mode.

researchA

Search multiple queries, merge and dedupe results, then fetch the top sources with citations. Rendered fetch is automatic for JS-heavy pages; set rendered=True to force browser mode.

fetch_urlA

Fetch a URL, extract readable content, and return a compact excerpt with hidden full text metadata. Rendered fetch is automatic for JS-heavy pages; set rendered=True to force browser mode.

fetch_manyA

Fetch multiple URLs in parallel, extract content, and return compact citations. Rendered fetch is automatic for JS-heavy pages; set rendered=True to force browser mode.

healthB

Check that SearXNG and the local cache are healthy.

Prompts

Interactive templates invoked by user choice

NameDescription
quick_lookupSeed the fastest single-question workflow.
deep_researchSeed the broader multi-query research workflow.
research_workflowCompatibility router that chooses quick_lookup or deep_research.

Resources

Contextual data attached and managed by the client

NameDescription
config_resourceMachine-readable server configuration and capability summary.
guide_resourceMachine-readable workflow guidance for agent-driven clients.

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/88plug/searxng-mcp'

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