Get Started with Rulecatch
From zero to full AI monitoring in under 2 minutes. Pick your path.
Try Free — No Account Needed
See what your AI is doing in real-time. One command, zero setup.
npx @rulecatch/ai-pooler monitor --no-api-keyWhat you'll see:
- •Live TUI dashboard showing every tool call, file edit, and bash command
- •Session timeline with token estimates and cost tracking
- •Git diff stats — lines added and removed per action
No data leaves your machine. No account required. Just observation.
Full Setup — Dashboard + Rules
Unlock the full platform: 200+ rules, violation tracking, cost analytics, and team insights.
Sign up and grab your API key
7-day free trial — no credit card required
Run the setup command
npx @rulecatch/ai-pooler initStart coding — data flows automatically
Every Claude session sends events to your dashboard. Zero token overhead.
MCP Server — In-IDE Violations
Get rule violations surfaced directly inside Claude Code via the Model Context Protocol.
Add to your Claude Code MCP config:
{
"mcpServers": {
"rulecatch": {
"command": "npx",
"args": ["@rulecatch/mcp-server"]
}
}
}Requires a Pro or Enterprise plan with an active API key.
Source Code
Rulecatch is open-source. Browse the code, report issues, or contribute.