# SearxNG MCP Server Environment Variables
# URL of the SearxNG instance to use
SEARXNG_MCP_SEARXNG_URL=https://paulgo.io/
# HTTP request timeout in seconds
SEARXNG_MCP_TIMEOUT=10
# Maximum number of search results to return
SEARXNG_MCP_MAX_RESULTS=50
# Default number of results to return in searches
SEARXNG_MCP_DEFAULT_RESULT_COUNT=10
# Language code for search results (e.g., 'en', 'ru', 'all')
SEARXNG_MCP_DEFAULT_LANGUAGE=all
# Default format for search results ('text', 'json')
SEARXNG_MCP_DEFAULT_FORMAT=text
# Logging level for the application (e.g., 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL')
SEARXNG_MCP_LOG_LEVEL=ERROR
# Transport protocol for MCP server ('stdio' or 'sse')
TRANSPORT_PROTOCOL=sse