mcpsnoop

kerlenton/mcpsnoop
★ 4 stars Go Code/Dev Tools Updated today
Wireshark for MCP — a transparent proxy that shows every real tool call between your AI client and your MCP servers, live in your terminal.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcpsnoop": {
      "command": "go",
      "args": [
        "run",
        "github.com/kerlenton/mcpsnoop@latest"
      ]
    }
  }
}

Topics

bubbleteaclaudeclicodexcursordebuggingdevtoolsgolangmcpmodel-context-protocolproxyterminaltui