setup_hooks
Generate ready-to-use hook configuration for Claude Code or Cursor to enable cognitive offloading. Returns JSON with MCP config and session-start recall nudge.
Instructions
Generate hook configuration for cognitive offloading. Returns ready-to-use hooks JSON for Claude Code or Cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client | No | Target client for hook configuration | claude-code |
| _agent_id | No | Optional agent identifier for request tracing and per-agent rate limiting. | |
| python_path | No | Python interpreter path. Defaults to the interpreter running the server. | |
| include_mcp_config | No | Include MCP server configuration in output | |
| include_session_start | No | Include the SessionStart recall nudge hook |