searxng_with_mcp

piotreknow02/searxng_with_mcp
★ 0 stars Dockerfile AI/LLM Updated 5d ago
Searxng + mcp server in one docker container
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "searxng_with_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "piotreknow02/searxng_with_mcp"
      ]
    }
  }
}

README Excerpt

A self-contained **SearXNG + MCP server** packaged as a single Docker image. Gives AI agents powered by local models a private, on-host web search capability — no API keys, no external services. Public AI providers bundle web search, but that search runs on the provider's servers, not yours. If you run a private model (e.g. `llama.cpp`, `Ollama`, `LocalAI`), your agents have no way to browse the web.