Drop a link in your PR so reviewers can see how the code was built, not just the final diff. Encrypted end-to-end.
Sessions are encrypted before upload. Password-protected sessions use client-side key derivation.
Link directly to specific messages. Perfect for pointing reviewers to key decisions.
One command to share. Built with Bun for speed. Works with any Claude Code session.
TUI-style interface with syntax highlighting, collapsible tools, and keyboard navigation.
Share openly with a link, or password-protect sensitive sessions. You control access.
MIT licensed. Self-host if you prefer. Audit the code yourself.
Install the CLI and share your first session
bun add -g claudereview
or npm install -g claudereview
Everything you need to share sessions
# List your recent sessions ccshare list # Share a specific session by ID ccshare share abc123 # Share your last session ccshare share --last # Password-protect a session ccshare share --last --private "secret" # Preview locally before sharing ccshare preview --last
Share sessions without leaving Claude
Share sessions directly from Claude. Add to ~/.mcp.json:
{
"mcpServers": {
"claudereview": {
"command": "bunx",
"args": ["claudereview-mcp"]
}
}
}
Then just ask Claude: "Share this session"
Quick shortcut. Create ~/.claude/commands/share.md:
Share this Claude Code session. Run: bunx claudereview share --last Return the URL to me.
Then type /share in any session