madame-claude
v2.0.2
Published
Monitoring system for Claude Code hooks that captures and streams tool usage events
Maintainers
Readme
madame-claude
Real-time monitoring for Claude Code hooks.

Usage
Start the server:
npx madame-claudeConfigure Claude Code hooks in ~/.claude/settings.json:
{
"hooks": {
"PreToolUse": [{
"matcher": ".*",
"hooks": [{ "type": "command", "command": "npx madame-claude-bridge" } ]
}],
"PostToolUse": [{
"matcher": ".*",
"hooks": [{ "type": "command", "command": "npx madame-claude-bridge" } ]
}],
"Notification": [{
"matcher": ".*",
"hooks": [{ "type": "command", "command": "npx madame-claude-bridge" } ]
}],
"Stop": [{
"matcher": ".*",
"hooks": [{ "type": "command", "command": "npx madame-claude-bridge" } ]
}],
"SubagentStop": [{
"matcher": ".*",
"hooks": [{ "type": "command", "command": "npx madame-claude-bridge" } ]
}]
}
}Open http://localhost:4519 to view events.
License
MIT
