Skip to main content
Glama
Sacode

SearxNG MCP Server

by Sacode
__init__.py594 B
""" 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 DEFAULT_FORMAT, DEFAULT_LANGUAGE, Settings from searxng_simple_mcp.searxng_client import SearxNGClient from searxng_simple_mcp.server import logger, mcp, settings # Define what should be available when importing from this package __all__ = [ "DEFAULT_FORMAT", "DEFAULT_LANGUAGE", "SearxNGClient", "Settings", "logger", "mcp", "settings", ] # Version of the package __version__ = "1.0.0"

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

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