MCP Server
MCP
SearXNG HTTP MCP
Self-contained SearXNG metasearch MCP server. One Docker image, 200+ engines, privacy-first.
Install
oci:ghcr.io/whw23/searxng-http-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/whw23/searxng-http-mcp",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "run",
"type": "positional"
},
{
"type": "named",
"name": "--rm"
},
{
"type": "named",
"name": "-i"
},
{
"value": "512m",
"type": "named",
"name": "--memory"
},
{
"value": "1",
"type": "named",
"name": "--cpus"
}
],
"packageArguments": [
{
"value": "--stdio",
"type": "positional"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/whw23/searxng-http-mcp",
"runtimeHint": "docker",
"transport": {
"type": "streamable-http",
"url": "http://127.0.0.1:8888/mcp/"
},
"runtimeArguments": [
{
"value": "run",
"type": "positional"
},
{
"type": "named",
"name": "-d"
},
{
"value": "searxng-mcp",
"type": "named",
"name": "--name"
},
{
"value": "unless-stopped",
"type": "named",
"name": "--restart"
},
{
"value": "8888:8888",
"type": "named",
"name": "-p"
},
{
"value": "512m",
"type": "named",
"name": "--memory"
},
{
"value": "1",
"type": "named",
"name": "--cpus"
}
],
"environmentVariables": [
{
"description": "API key for authentication. Leave empty for no auth.",
"format": "string",
"isSecret": true,
"name": "API_KEY"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment