Rockxy Blog

Practical HTTP debugging notes for developers

Step-by-step guides, engineering write-ups, and comparison pieces on debugging API traffic, HTTPS interception, MCP workflows, and native macOS tooling.

Guide 12 min read

Debugging in the AI Era: Inspect MCP, Agent, and Local LLM Traffic from One Native macOS App

The modern dev stack — AI agents, MCP servers, local LLMs, WebSockets, and Protobuf — is mostly debugged by guessing. Read the real bytes on macOS, in one open-source app, and hand them back to your AI assistant over MCP.

Rockxy Team
Rockxy Team AI-era debugging guide
Rockxy inspecting MCP, AI agent, and local LLM traffic on macOS
ComparisonCommercial guide

Looking for a Proxyman alternative?

This shorter comparison page is the direct answer if you are evaluating native macOS proxy tools side by side.

Open the guide →
Rockxy capturing Flutter traffic on macOS
Tutorial12 min read

Advanced Flutter API Debugging on macOS with Rockxy

A production-style workflow for Flutter HTTPS, localhost, emulator/device routing, headers, mapping, blocking, latency, replay, and scripting.

Rockxy Team
Rockxy TeamAdvanced Flutter debugging guide
Rockxy upstream proxy and WebSocket Protobuf decoding
Guide15 min read

How to Use Upstream Proxy and WebSocket Protobuf Decoding in Rockxy

Route Rockxy through an upstream HTTP or HTTPS proxy, configure bypass rules, and decode binary WebSocket Protobuf frames without a schema.

Rockxy Team
Rockxy TeamProxy & WebSocket guide
Rockxy capturing Node.js localhost traffic on macOS
Tutorial8 min read

How to Debug Node.js API Requests on macOS

Start with one known localhost request, prove the proxy route in Rockxy, then move to axios, Node core, got, and HTTPS certificate trust.

Rockxy Team
Rockxy TeamNode.js debugging guide
Rockxy capturing Python localhost traffic on macOS
Tutorial7 min read

How to Debug Python API Requests on macOS

Start with one known localhost request, prove the proxy route in Rockxy, then move to requests, httpx, aiohttp, urllib3, and HTTPS certificate trust.

Rockxy Team
Rockxy TeamPython debugging guide
Rockxy capturing Flutter traffic on macOS
Tutorial7 min read

How to Debug Flutter API Requests on macOS

The shortest path from "my Flutter app is timing out" to "I can see the real request, response, headers, and TLS behavior."

Rockxy Team
Rockxy TeamFlutter debugging guide
MCP debugging workflow in Rockxy
Case Study8 min read

Debugging a Failing Stripe Webhook with Claude and Rockxy

A real debugging session using Rockxy capture plus MCP tools to isolate a failing Stripe webhook flow in minutes.

Rockxy Team
Rockxy TeamDebugging case study
Rockxy MCP integration interface
Integration6 min read

How to Connect Claude Desktop to Rockxy's MCP Server (3-Minute Setup)

A direct setup guide for connecting Claude Desktop to Rockxy so your assistant can inspect real captured traffic.

Rockxy Team
Rockxy TeamAI-assisted debugging
Rockxy MCP traffic view
Guide6 min read

MCP Servers for API Debugging on macOS — A Developer's Shortlist

What matters when you want an assistant to inspect local traffic, and which kinds of tools actually hold up in a real workflow.

Rockxy Team
Rockxy TeamTooling strategy
Rockxy MCP cover image
Primer7 min read

What Is an MCP Server? A Developer's Primer for 2026

A practical primer on MCP, why local tools fit stdio well, and how structured traffic access changes debugging workflows.

Rockxy Team
Rockxy TeamProtocol primer
Traffic capture interface in Rockxy
Comparison7 min read

Charles Proxy Alternatives for macOS in 2026

A side-by-side look at the main HTTP debugging tools on macOS and the trade-offs that actually matter in day-to-day use.

Rockxy Team
Rockxy TeamComparison guide