Skip to content

cyberwarex web access for Grok

io.github.cyberpunk11147/cyberwarex-web-access

Web access for agents: fetch, extract, screenshot, or PDF any public URL.

client:Grok transport:stdio runtime:oci

Install cyberwarex web access 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": {
    "cyberwarex-web-access": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/cyberpunk11147/cyberwarex-web-access:1.1.0"
      ],
      "env": {
        "AWA_X_PAYMENT": "<AWA_X_PAYMENT>",
        "AWA_BASE_URL": "<AWA_BASE_URL>"
      }
    }
  }
}

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

cyberwarex web access in other clients