dhannusch/claude-code-tracer
Local proxy server that intercepts and visualizes all LLM interactions from Claude Code. Get real-time visibility into prompts, responses, tool calls, and token usage without modifying Claude Code itself.
Platform-specific configuration:
{
"mcpServers": {
"claude-code-tracer": {
"command": "npx",
"args": [
"-y",
"claude-code-tracer"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...