EveryDev.ai
Subscribe
Home
Tools

3,020+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2063
  • Coding1441
  • Infrastructure665
  • Marketing524
  • Projects470
  • Research437
  • Design408
  • Analytics371
  • MCP268
  • Security265
  • Testing255
  • Data249
  • Integration183
  • Prompts183
  • Communication172
  • Learning166
  • Extensions163
  • Voice146
  • Commerce132
  • DevOps115
  • Web84
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. claude-tap
    claude-tap icon

    claude-tap

    Observability Platforms
    Featured

    A local proxy and trace viewer for AI coding agents that intercepts and inspects API traffic from Claude Code, Codex CLI, Gemini CLI, Cursor CLI, and more.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open-source under the MIT license. Install via pip or uv.

    Engagement

    Available On

    Windows
    macOS
    Web
    API
    VS Code

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Observability PlatformsAI Coding AssistantsMonitoring Tools

    Alternatives

    claude-devtoolsClaude Office VisualizerAgents Observe
    Developer
    liaohch3liaohch3 builds claude-tap, an open-source local proxy and t…

    Listed Jul 2026

    About claude-tap

    claude-tap is an open-source local proxy and trace viewer for AI coding agents, built in Python and published on PyPI under the MIT license. It sits between your AI coding agent CLI and its upstream API, recording every request and response so you can inspect the real traffic in a self-contained browser-based viewer. The project was created by liaohch3 and has attracted community contributions from nine contributors.

    What It Is

    claude-tap is a developer observability tool for AI coding agents. It acts as either a reverse proxy (intercepting traffic by rewriting the client's base URL) or a forward proxy (injecting HTTPS_PROXY and a local CA certificate) depending on the client. Once traffic flows through it, claude-tap records system prompts, conversation history, tool schemas, tool calls, streaming responses, token usage, and request diffs — then renders everything in a zero-dependency self-contained HTML viewer. The core use case is debugging agent behavior with evidence: you can compare adjacent requests to see exactly which prompt, message, tool, or parameter changed between turns.

    Supported Clients

    claude-tap supports a wide range of AI coding agent CLIs and apps through a unified --tap-client flag:

    • Claude Code — Anthropic API, AWS Bedrock, Google Vertex AI, and compatible gateways (DeepSeek, GLM, CC Switch)
    • Codex CLI / Codex App — OpenAI API key mode and ChatGPT subscription OAuth; Codex App sessions imported from local JSONL files
    • Gemini CLI — Google OAuth and Code Assist traffic via forward proxy
    • Kimi CLI / Kimi Code CLI — Moonshot AI endpoints
    • MiMo Code — OpenCode fork with multi-provider support from Xiaomi
    • OpenCode — multi-provider terminal AI assistant
    • OpenClaw — multi-provider sessions
    • Pi — multi-provider coding agent including OpenAI Codex OAuth
    • Hermes Agent — multi-provider Python agent (Nous Portal, OpenRouter, NVIDIA NIM, and others)
    • Cursor CLI — Cursor Agent sessions via forward proxy
    • Qoder CLI, Antigravity CLI, CodeBuddy CLI — additional forward-proxy clients

    Viewer and Architecture

    The trace viewer is a single self-contained HTML file with zero external dependencies. Key viewer capabilities include:

    • Structural diff — character-level inline highlighting of what changed between consecutive requests
    • Path filtering — filter by API endpoint (e.g., /v1/messages only)
    • Model grouping — sidebar groups requests by model with Claude-family priority ordering
    • Token usage breakdown — input, output, cache read, and cache creation
    • Tool inspector — expandable cards with tool name, description, and parameter schema
    • Full-text search — across messages, tools, prompts, and responses
    • Dark mode — respects system preference
    • Iframe embed mode — query parameters for embed, hideHeader, hidePath, hideHistory, hideControls, density, and theme
    • Keyboard navigation — j/k or arrow keys
    • i18n — English, Simplified Chinese, Japanese, Korean, French, Arabic, German, Russian

    Architecturally, claude-tap starts a proxy, spawns the selected client, forwards SSE and WebSocket streams with low overhead, records each request-response pair to local JSONL trace storage, and generates the HTML viewer on exit. Live mode (enabled by default since v0.1.75) broadcasts updates to the browser via SSE while the agent runs.

    Privacy and Portability

    All traces are stored locally — no hosted dashboard is required. Common auth headers are automatically redacted before recording. Each run produces a portable trace session that can be exported to a self-contained HTML file for sharing or archiving, or to a compact .ctap.json bundle for later rendering. The --tap-output-dir and --tap-max-traces flags control where traces are stored and how many sessions are retained.

    Update: v0.1.124

    The latest release is v0.1.124, published on 2026-06-28. The project has been actively developed since its creation in February 2026, with the repository showing 2,237 stars and 211 forks. Recent development has expanded client support to include Antigravity CLI, CodeBuddy CLI, MiMo Code, Pi, Hermes Agent, and Cursor CLI, and introduced the live viewer server (enabled by default as of v0.1.75) that streams trace updates to the browser in real time during an agent run. The ecosystem has also grown to include Phistory, a community project that uses claude-tap's capture-only prompt export to archive versioned system prompt snapshots.

    claude-tap - 1

    Community Discussions

    Be the first to start a conversation about claude-tap

    Share your experience with claude-tap, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open-source under the MIT license. Install via pip or uv.

    • Local proxy and trace viewer
    • Support for 14+ AI coding agent CLIs
    • Self-contained HTML viewer export
    • Real-time live viewer
    • Structural diff between requests

    Capabilities

    Key Features

    • Local reverse and forward proxy for AI coding agent CLIs
    • Real-time live viewer via SSE while agent runs
    • Structural diff between consecutive requests with character-level highlighting
    • Inspect system prompts, conversation history, tool schemas, tool calls, and streaming responses
    • Token usage breakdown (input, output, cache read, cache creation)
    • Self-contained zero-dependency HTML trace viewer export
    • Compact .ctap.json portable trace bundle export
    • Full-text search across messages, tools, prompts, and responses
    • Dark mode and light mode with system preference detection
    • Iframe embed mode with query parameter controls
    • Keyboard navigation (j/k or arrow keys)
    • i18n support: English, Chinese, Japanese, Korean, French, Arabic, German, Russian
    • Auth headers auto-redacted before recording
    • Path filtering by API endpoint
    • Model grouping in sidebar with Claude-family priority ordering
    • Support for AWS Bedrock (SigV4 and gateway modes)
    • Support for Google Vertex AI pass-through gateways
    • Forward proxy mode with local CA injection for multi-provider clients
    • Codex App local JSONL session listener with CDP WebSocket enrichment
    • CLI flag --tap-client to select among 14+ supported clients

    Integrations

    Claude Code
    Codex CLI
    Codex App
    Gemini CLI
    Kimi CLI
    Kimi Code CLI
    MiMo Code
    OpenCode
    OpenClaw
    Pi
    Hermes Agent
    Cursor CLI
    Qoder CLI
    Antigravity CLI
    CodeBuddy CLI
    AWS Bedrock
    Google Vertex AI
    DeepSeek API
    OpenAI API
    Anthropic API
    Moonshot AI
    Phistory
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate claude-tap and help others make informed decisions.

    Developer

    liaohch3

    liaohch3 builds claude-tap, an open-source local proxy and trace viewer for AI coding agents. The project provides developer observability tooling for inspecting real API traffic from Claude Code, Codex CLI, Gemini CLI, Cursor CLI, and a growing list of other agent CLIs. The repository is maintained on GitHub under the MIT license and has attracted contributions from nine community contributors.

    Read more about liaohch3
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    claude-devtools icon

    claude-devtools

    A desktop app that reconstructs exactly what Claude Code did — every file path, tool call, and token — from session logs on your machine.

    Claude Office Visualizer icon

    Claude Office Visualizer

    Real-time pixel art office simulation that visualizes Claude Code operations, showing boss and employee agents working in an animated office environment.

    Agents Observe icon

    Agents Observe

    Real-time observability dashboard for Claude Code agents with powerful filtering, searching, and visualization of multi-agent sessions.

    Browse all tools

    Related Topics

    Observability Platforms

    Comprehensive platforms that combine metrics, logs, and traces with AI-powered analytics to provide deep insights into complex distributed systems and application behavior.

    100 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    596 tools

    Monitoring Tools

    AI-enhanced monitoring solutions that provide real-time visibility into system performance, anomaly detection, and predictive alerting for proactive issue resolution.

    73 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions