searxng-mcp-server
by maccam912
This server appears to be a SearXNG instance deployment script. It uses 'uv' to run a Python script from a raw GitHub URL, configuring it with a specified URL.
View on GitHub
Last updated: N/A
"searxng-mcp-server": {
"command": "uv",
"args": [
"run",
"https://raw.githubusercontent.com/maccam912/searxng-mcp-server/refs/heads/main/server.py",
"--url",
"https://searxng.example.com"
]
}