Skip to main content
Glama

SearxNG MCP Server

by Sacode
""" SearxNG Simple MCP package. This package provides a FastMCP server for SearxNG web search. """ # Import all modules from the package from searxng_simple_mcp.config import Settings, DEFAULT_LANGUAGE, DEFAULT_FORMAT from searxng_simple_mcp.searxng_client import SearxNGClient from searxng_simple_mcp.server import mcp, logger, settings # Define what should be available when importing from this package __all__ = [ "Settings", "DEFAULT_LANGUAGE", "DEFAULT_FORMAT", "SearxNGClient", "mcp", "logger", "settings", ] # Version of the package __version__ = "1.0.0"

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