claude-hooks

debaditya-mohankudo/claude-hooks
★ 0 stars Python AI/LLM Updated today
Claude Code hooks and MCP tool server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-hooks": {
      "command": "uvx",
      "args": [
        "claude-hooks"
      ]
    }
  }
}

Or install with pip: pip install claude-hooks

README Excerpt

A small FastAPI server that intercepts Claude Code's hook events — persistent memory injection, tool-use gates, and observability across sessions. > **macOS only** — requires Claude Code, uv, Ollama, and iCloud Drive. See [setup](docs/setup.md) for prerequisites. --- Task tracking (epics/tasks/subtasks, grooming, decision logging, retrospectives) has moved to its own project: [task-framework](https://github.com/debaditya-mohankudo/Lite-Task-Framework). It's MCP-native and host-agnostic — install