Serversio.github.whw23/searxng-http-mcp
M

SearXNG HTTP MCP

io.github.whw23/searxng-http-mcp · v2026.46.0
▦ docker
v2026.46.0docker oci: ghcr.io/whw23/searxng-http-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.whw23/searxng-http-mcp",
  "description": "Self-contained SearXNG metasearch MCP server. One Docker image, 200+ engines, privacy-first.",
  "title": "SearXNG HTTP MCP",
  "repository": {
    "url": "https://github.com/whw23/searxng_http_mcp",
    "source": "github"
  },
  "version": "2026.46.0",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/whw23/searxng-http-mcp",
      "runtimeHint": "docker",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "value": "run",
          "type": "positional"
        },
        {
          "type": "named",
          "name": "--rm"
        },
        {
          "type": "named",
          "name": "-i"
        },
        {
          "value": "512m",
          "type": "named",
          "name": "--memory"
        },
        {
          "value": "1",
          "type": "named",
          "name": "--cpus"
        }
      ],
      "packageArguments": [
        {
          "value": "--stdio",
          "type": "positional"
        }
      ]
    },
    {
      "registryType": "oci",
      "identifier": "ghcr.io/whw23/searxng-http-mcp",
      "runtimeHint": "docker",
      "transport": {
        "type": "streamable-http",
        "url": "http://127.0.0.1:8888/mcp/"
      },
      "runtimeArguments": [
        {
          "value": "run",
          "type": "positional"
        },
        {
          "type": "named",
          "name": "-d"
        },
        {
          "value": "searxng-mcp",
          "type": "named",
          "name": "--name"
        },
        {
          "value": "unless-stopped",
          "type": "named",
          "name": "--restart"
        },
        {
          "value": "8888:8888",
          "type": "named",
          "name": "-p"
        },
        {
          "value": "512m",
          "type": "named",
          "name": "--memory"
        },
        {
          "value": "1",
          "type": "named",
          "name": "--cpus"
        }
      ],
      "environmentVariables": [
        {
          "description": "API key for authentication. Leave empty for no auth.",
          "format": "string",
          "isSecret": true,
          "name": "API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}