Skip to main content
Glama

SearxNG MCP Server

by Sacode
name: Test and Lint on: push: branches: - main pull_request: branches: - main workflow_dispatch: # Allow manual triggering permissions: contents: read jobs: test-and-lint: name: Run Tests and Linting runs-on: ubuntu-latest steps: - name: Checkout code uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v5 with: python-version: '3.12' cache: 'pip' - name: Install uv run: pip install uv - name: Create virtual environment and install dependencies run: | uv venv uv pip install -e . uv pip install ruff - name: Run linting run: | .venv/bin/ruff check src/ - name: Run formatting check run: | .venv/bin/ruff format --check src/

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