Skip to content
Zed

hooksense for Zed

io.github.ozers/hooksense

Webhook & callback layer for AI agents: create a URL, wait_for_callback, and verify over MCP.

client:Zed transport:stdio runtime:npm

Install hooksense 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": {
    "hooksense": {
      "command": "npx",
      "args": [
        "-y",
        "@hooksense/mcp"
      ],
      "env": {
        "HOOKSENSE_TOKEN": "<HOOKSENSE_TOKEN>",
        "HOOKSENSE_API": "<HOOKSENSE_API>"
      }
    }
  }
}

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

hooksense in other clients