agentihooks

The-Cloud-Clock-Work/agentihooks
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
Hook system and MCP tool server for Claude Code agents. Designed for agenticore — fork and extend for custom workflows.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "agentihooks": {
      "command": "uvx",
      "args": [
        "agentihooks"
      ]
    }
  }
}

Or install with pip: pip install agentihooks

Topics

agenticoreagentsclaude-codehooksmcppython