← Back to Plugins
MCP Server MCP

Annolux Search

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/eason4kim-rocket/annolux-mcp:0.1.2

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/eason4kim-rocket/annolux-mcp:0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Annolux API origin.",
          "format": "string",
          "default": "https://api.annolux.com",
          "name": "ANNOLUX_API_URL"
        },
        {
          "description": "Annolux API key created in the account dashboard.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ANNOLUX_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...