Skip to content
Cursor

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

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

{
  "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

agenthook in other clients