Back to browse
GitHub Repository
109 starsTypeScript

CC Wiretap – intercepting and visualizing Claude Code traffic real-time

by wierdbytes·Feb 14, 2026·2 points·0 comments

AI Analysis

PassNiche GemSolve My Problem
The Take

Instead of wrestling with raw mitmproxy output, this tool gives a purpose-built UI that shows system prompts, tool definitions, token accounting, streaming responses and tool calls — all in real time. The one-liner shell setup, keyboard shortcuts, and token breakdown make debugging Claude Code conversations startlingly quicker, though it’s inherently a local MITM (trust the generated CA) and is narrow by design to Anthropic’s workflow.

Target Audience

Backend developers, AI/ML engineers, and devs building or debugging integrations with Claude Code / Anthropic APIs

Similar Projects

Developer Tools●●Solid

Npx Claude-traces, visualizer for Claude Code/Agent SDK traces

Runs with one npx command and immediately surfaces a helpful timeline view with token counts, tool I/O panes and subagent nesting — exactly the sort of visibility you want when an agent goes off the rails. Cleverly reads the local ~/.claude/projects traces so setup is trivial, but its usefulness is limited by being Claude-only and local; add search/aggregation or a team-sharing mode and this jumps up a tier.

Niche GemSolve My ProblemSlick
hahawhatsgood
203mo ago
Developer Tools●●Solid

Opaal Visual multi-agent prompt designer for Claude Code and agentic AI

Drag‑and‑drop phases and agent cards with a live prompt preview is a smart ergonomics win — you can wire agents manually or rely on smart auto-connections and export a CLAUDE.md or .opaal file. The app shows attention to UX (keyboard shortcuts, 50-level undo, auto-detect of local Claude Code skills), but it's an Electron MVP tightly focused on the Claude ecosystem, so its appeal outside that niche is limited.

Niche GemShip It
Kinanhamwi
203mo ago
Developer Tools●●Solid

Tide Commander – Visual Agents Orchestrator for Claude Code and Codex

Think of an RTS game UI for your coding LLMs: spawn Claude or Codex agents, assign tasks, and watch them produce diffs and file edits in real time on a 3D or 2D canvas. The repo bundles practical developer features — built-in file explorer with git diffs, conversation history, permission controls and a command palette — which turns the spectacle into a usable workflow. It’s delightful and ambitious, but gated by the need for Claude/Codex CLIs and local infra, so expect it to appeal mostly to experimenters rather than plug-and-play users.

Eye CandyNiche Gem
deivid11
103mo ago