agenthook for Cursor
io.github.avivk5498/agenthook
Character-consistent UGC video, images, and captions from any MCP client, via the AgentHook API.
client:Cursor
transport:stdio
runtime:npm
Install agenthook in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agenthook": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@getagenthook/mcp"
],
"env": {
"AGENTHOOK_API_KEY": "<AGENTHOOK_API_KEY>",
"AGENTHOOK_API_URL": "<AGENTHOOK_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs