Skip to content
Grok

Annolux Search for Grok

io.github.eason4kim-rocket/annolux

Search a curated English and Chinese web index through one read-only MCP tool.

client:Grok transport:stdio runtime:oci

Install Annolux Search in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "annolux": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Annolux Search in other clients