Skip to main content
Glama
dduartee

mcp-searxng-local

by dduartee

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoEnable verbose loggingfalse
SEARXNG_HOSTNoSearXNG hostlocalhost
SEARXNG_PORTNoSearXNG port4000
SEARXNG_TIMEOUTNoHTTP timeout in milliseconds10000
SEARXNG_FALLBACK_URLSNoComma-separated public SearXNG URLs for fallback
MCP_SEARCH_LOCAL_DEBUGNoAlternative prefix for DEBUG
MCP_SEARCH_LOCAL_TIMEOUTNoAlternative prefix for SEARXNG_TIMEOUT
MCP_SEARCH_LOCAL_SEARXNG_HOSTNoAlternative prefix for SEARXNG_HOST
MCP_SEARCH_LOCAL_SEARXNG_PORTNoAlternative prefix for SEARXNG_PORT

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchA

Web search via SearXNG (metasearch). Aggregates Google, DuckDuckGo, Brave, Wikipedia and more. Returns titles, URLs and snippets, plus direct answers and infoboxes when available. Supports category (news, images), time range (day, month, year), domain (include/exclude) filters, specific engines and safe search. Use for questions requiring up-to-date information from the internet.

web_search_advancedA

Advanced web search with full filter control: domains, exact dates, specific engines, categories, safe search. Use when you need precise filtering — e.g. "articles from the last month only from arxiv.org and github.com". Includes direct answers, infoboxes, suggestions and spelling corrections.

web_fetchA

Extracts page content as clean text. Supports two modes: "text" (full page, default) and "highlights" (most relevant excerpts for a query, ~10x fewer tokens). Prefer "highlights" with a query for factual searches. Use "text" for deep analysis. Ideal for reading articles, documentation and blogs.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
toolsList of tools available on the server

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/dduartee/mcp-searxng-local'

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