Get Started with Rulecatch

From zero to full AI monitoring in under 2 minutes. Pick your path.

Free

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-key

What 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 Platform

Full Setup — Dashboard + Rules

Unlock the full platform: 200+ rules, violation tracking, cost analytics, and team insights.

1

Sign up and grab your API key

7-day free trial — no credit card required

2

Run the setup command

$npx @rulecatch/ai-pooler init
3

Start coding — data flows automatically

Every Claude session sends events to your dashboard. Zero token overhead.

Pro / Enterprise

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.