67
/ 100
8 days ago
glama

Grok Web MCP

Automates Grok web interface to provide chat, web search, and conversation management via MCP, supporting multiple accounts and local/remote deployment.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: GROK_GATEWAY_API_KEY, GROK_REMOTE_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGROK_ACCOUNT_ID
configGROK_HTTP_TIMEOUT_SECONDS
configGROK_MAX_REQUESTS_PER_MINUTE
configGROK_BROWSER_HEADLESS
configGROK_BROWSER_CHANNEL
configGROK_AUTH_MODE如你有 Grok Build/CLI 权限,可在 .env 设置 =oauth,然后运行:
configGROK_MODEL
configGROK_SEARCH_TOOL
configGROK_CLI_CLIENT_VERSION
configGROK_BRIDGE_HOST
configGROK_BRIDGE_PORT
configGROK_BRIDGE_CONNECT_TIMEOUT_SECONDS
configGROK_GATEWAY_HOST
configGROK_GATEWAY_PORT
🔐 secretGROK_GATEWAY_API_KEY接口鉴权由 .env 中的 控制。默认只监听 127.0.0.1。OpenAI 兼容调用可在请求 JSON 里传 account_id:
configGROK_AUTOSTART_GATEWAY
configGROK_CAMOUFOX_HEADLESS
configGROK_CAMOUFOX_PROXY
configGROK_REMOTE_HOSTexport ="127.0.0.1"
configGROK_REMOTE_PORTexport ="8000"
🔐 secretGROK_REMOTE_API_KEYexport ="$(openssl rand -hex 32)"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/zijueming-grok-web-mcp-1vyiag)](https://m8ven.ai/mcp/zijueming-grok-web-mcp-1vyiag)
commit: 96cc48c129e8f206a8c477077ef943a658dc2f41
code hash: f9e060f12b838972c0adc998d671800bcfcb776938d7558730fbd11bdf28adf1
verified: 7/23/2026, 9:11:22 AM
view raw JSON →