Skip to main content
Glama
jhstatewide

MCP Server SearXNG

by jhstatewide

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SEARXNG_INSTANCESNoComma-separated list of SearXNG instances URLshttp://localhost:8080
SEARXNG_USER_AGENTNoCustom User-Agent header for requestsMCP-SearXNG/1.0
SEARXNG_MAX_ATTEMPTSNoTotal number of attempts per instance (initial request + retries)4
SEARXNG_RETRY_JITTER_MSNoRandom jitter added to each retry delay in milliseconds100
SEARXNG_REQUEST_TIMEOUT_MSNoPer-attempt request timeout in milliseconds10000
SEARXNG_RETRY_BASE_DELAY_MSNoBase retry delay in milliseconds (exponential backoff)300
NODE_TLS_REJECT_UNAUTHORIZEDNoSet to '0' to bypass SSL certificate verification (for development with self-signed certificates)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchA

Performs a web search using SearXNG and returns structured JSON results.

IMPORTANT: Pagination is offset-based, NOT page-based.

To get a specific range of results, set 'offset' to the zero-based index of the first result you want, and 'max_results' to how many results you want. For example, to get results 40-43, set offset=39 and max_results=4.

Pagination: Use offset (not page) - offset=0=first result, offset=10=11th result

Example: offset=39, max_results=4 gets results 40-43

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/jhstatewide/mcp-server-searxng'

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