agenthook for Zed
io.github.avivk5498/agenthook
Character-consistent UGC video, images, and captions from any MCP client, via the AgentHook API.
client:Zed
transport:stdio
runtime:npm
Install agenthook in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agenthook": {
"command": "npx",
"args": [
"-y",
"@getagenthook/mcp"
],
"env": {
"AGENTHOOK_API_KEY": "<AGENTHOOK_API_KEY>",
"AGENTHOOK_API_URL": "<AGENTHOOK_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs