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)
{
"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