SearXNG HTTP MCP for VS Code
io.github.whw23/searxng-http-mcp
Self-contained SearXNG metasearch MCP server. One Docker image, 200+ engines, privacy-first.
client:VS Code
transport:stdio
runtime:oci
Install SearXNG HTTP MCP in VS Code
.vscode/mcp.json
{
"servers": {
"searxng-http-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/whw23/searxng-http-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs