Skip to content
Zed

SearXNG HTTP MCP for Zed

io.github.whw23/searxng-http-mcp

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

client:Zed transport:stdio runtime:oci

Install SearXNG HTTP MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "searxng-http-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/whw23/searxng-http-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

SearXNG HTTP MCP in other clients