Annolux Search for Zed
io.github.eason4kim-rocket/annolux
Search a curated English and Chinese web index through one read-only MCP tool.
client:Zed
transport:stdio
runtime:oci
Install Annolux Search in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"annolux": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/eason4kim-rocket/annolux-mcp:0.1.2"
],
"env": {
"ANNOLUX_API_URL": "<ANNOLUX_API_URL>",
"ANNOLUX_API_KEY": "<ANNOLUX_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs