Skip to main content
Glama

searxng-mcp-server

# Use a standard Python image FROM python:3.11-slim # Set the working directory WORKDIR /app # Set environment variables ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONUNBUFFERED=1 ENV SEARXNG_URL=https://searxng.example.com # Copy necessary files COPY pyproject.toml /app/ COPY server.py /app/ # Install dependencies RUN pip install --no-cache-dir -e . # Set the entry point ENTRYPOINT ["sh", "-c", "python /app/server.py --url ${SEARXNG_URL}"]

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/maccam912/searxng-mcp-server'

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