Skip to main content
Glama

SearxNG MCP Server

by Sacode
# 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

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/Sacode/searxng-simple-mcp'

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