← Back to Plugins
MCP Server MCP

SearXNG HTTP MCP

github By github 👁 1 views ▲ 0 votes

Self-contained SearXNG metasearch MCP server. One Docker image, 200+ engines, privacy-first.

Homepage Verified source GitHub

Install

oci:ghcr.io/whw23/searxng-http-mcp

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...