Skip to content
Zed

AnyHook (moved) for Zed

io.github.gba3124/mcp

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

client:Zed transport:stdio runtime:npm

Install AnyHook (moved) in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "anyhook-mcp"
      ],
      "env": {
        "ANYHOOK_API_KEY": "<ANYHOOK_API_KEY>",
        "ANYHOOK_API_BASE": "<ANYHOOK_API_BASE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

AnyHook (moved) in other clients