HTTP Toolkit Server - inspect and rewrite HTTP traffic
Backend daemon for HTTP Toolkit: intercepts HTTP/HTTPS from any client, supports breakpoints, and rewrites requests/responses live. Useful for debugging agent tool calls.
This entry doesn't have a long-form writeup yet. Follow the source link above for the full context.
Recent discussion
From the wider webRelated entries
mcp-shark - Wireshark for Model Context Protocol
Electron capture and inspection tool for Model Context Protocol traffic. Records every HTTP request/response between an IDE and its MCP servers for forensic analysis.
ai-attestation - track AI-written code in git
Open standard and git hooks that mark which lines of a repo came from an AI tool, with detectors for 19 coding agents like Claude Code, Cursor, and Copilot. CC0 spec.
GoPeak - MCP server for Godot Engine
MCP server with 95+ tools for Godot: scene management, GDScript LSP, DAP debugger, screenshot capture, input injection, ClassDB introspection, and a CC0 asset library. Run via npx for any MCP client.
pi-annotate - browser-to-AI visual feedback
Chrome extension for clicking elements in a running app, leaving comments, and shipping the annotated context back to an AI agent for fixes. Closes the loop between UI bug reports and code edits.