prime-radiant-inc/claude-plugin-cxdb-integration

4 stars · Last commit 2026-06-06

Claude Code plugin that records every session as structured turns in cxdb via lifecycle hooks, enabling trajectory browsing, tool-call inspection, and token-usage observability.

README preview

# cxdb Claude Code Observability Plugin

Records every [Claude Code](https://claude.ai/code) session as structured turns in [cxdb](https://github.com/strongdm/cxdb) — a turn-DAG context store for AI agent trajectories. Browse full session histories, tool calls, token usage, and reasoning in the cxdb UI.

## Requirements

- Claude Code (any recent version)
- bash, curl, jq, python3 (standard on macOS and most Linux)
- A running cxdb instance (local Docker or shared Tailscale instance)

## Quick Start

### 1. Start cxdb

In the [cxdb repo](https://github.com/strongdm/cxdb):

```bash
make dev-docker-up
```

View full repository on GitHub →