FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
I Built a MITM Proxy to See What Claude Code Actually Sends to Anthropic
NewsSystems

I Built a MITM Proxy to See What Claude Code Actually Sends to Anthropic

via Dev.to강래민3h ago

Ever wondered what Claude Code is actually sending to the Anthropic API behind the scenes? I did — so I built Claude Inspector, a macOS desktop app that intercepts and visualizes Claude Code's HTTP traffic in real time via a local MITM proxy. Claude Code CLI → Inspector (localhost:9090) → api.anthropic.com All traffic stays local. Nothing is stored or shared. How It Works Open Claude Inspector and click Start Proxy Run Claude Code with the proxy env var: ANTHROPIC_BASE_URL= http://localhost:9090 claude Every API request and response is captured and visualized in real time What I Found 1. Your CLAUDE.md is sent on every single request Every request silently prepends your project CLAUDE.md, global rules, and memory files as a system-reminder block. The structure looks like this: Available skills list (~2KB) CLAUDE.md + rules + memory (~10KB) Your actual message (whatever you typed) That's ~12KB of overhead before you type a single word — and it repeats on every request. 2. MCP tools are

Continue reading on Dev.to

Opens in a new tab

Read Full Article
0 views

Related Articles

Agents of Industry: From Signal to Action
News

Agents of Industry: From Signal to Action

Medium Programming • 27m ago

Cracking the Google’ The Big Code Challenge Prelims 2026: The Weighted Meeting Point
News

Cracking the Google’ The Big Code Challenge Prelims 2026: The Weighted Meeting Point

Medium Programming • 29m ago

Android developer verification: Balancing openness and choice with safety
News

Android developer verification: Balancing openness and choice with safety

Lobsters • 43m ago

RHAPSODY OF REALITIES - 19TH MARCH 2026
"Live in the consciousness of your divine origin and…
News

RHAPSODY OF REALITIES - 19TH MARCH 2026 "Live in the consciousness of your divine origin and…

Medium Programming • 51m ago

Stop Using /init for AGENTS.md
News

Stop Using /init for AGENTS.md

Medium Programming • 1h ago

Discover More Articles