Skip to content
Grok

AnyHook (moved) for Grok

io.github.gba3124/mcp

Moved to net.anyhook/anyhook. Webhook relay for agents: keyless quickstart, replay, mock.

client:Grok transport:stdio runtime:npm

Install AnyHook (moved) 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": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "anyhook-mcp"
      ],
      "env": {
        "ANYHOOK_API_KEY": "<ANYHOOK_API_KEY>",
        "ANYHOOK_API_BASE": "<ANYHOOK_API_BASE>"
      }
    }
  }
}

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

AnyHook (moved) in other clients