Initial commit: SearXNG MCP server

Python MCP server that exposes a web_search tool backed by a SearXNG
instance. Includes tests with mocked HTTP via respx.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-02 00:18:33 -04:00
commit 74ab7650e3
5 changed files with 326 additions and 0 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
mcp
httpx