Coding Agent Explorer
Explore and visualize Claude Code coding agents
Coding Agent Explorer – Visualize and inspect Claude Code agents in real time
Summary: Coding Agent Explorer is an open-source reverse proxy and live dashboard that reveals Claude Code’s internal processes by displaying prompts, tool calls, hooks, MCP traffic, token usage, and the full agent conversation loop in real time. It enables developers to observe and analyze how Claude Code operates under the hood.
What it does
It intercepts communication between Claude Code and the API, providing a live view of prompts, responses, tool invocations, hook events, MCP traffic, token consumption, and timing details.
Who it's for
Developers seeking to understand, debug, or teach agentic development with Claude Code.
Why it matters
It makes AI coding agents transparent and observable, addressing the challenge of understanding their internal workflows.