Item detail
github.com

kerlenton/mcpsnoop

RepoRadar surfaced kerlenton/mcpsnoop — a mcp traffic inspector — into the AI Agents section, where it sits at Gold tier with a 'try now' verdict. Its strongest signal is workflow potential, scored 10.0 out of 10.

Score8.5
Popularity1.0
Risklow
TierGold
Score breakdown
Usefulness9.0
Novelty9.0
Momentum7.0
Maturity6.6
Open-source/build8.4
Evidence7.2
Workflow potential10.0
Setup ease8.8

Popularity is tracked separately. Support, ads, sponsorships, and tips never affect these signals.

Why it matters

Useful for MCP server authors, MCP client authors, agent harness developers, and anyone debugging 'the tool was supposed to be called but never was' or 'the call hung' mysteries in Claude Desktop / Cursor / Claude Code — the canonical replacement for `tail -f /tmp/some.log` and the right primitive for closing the gap between an MCP server's intended API and the calls a real client actually makes.

Who should use it

MCP server authors debugging 'the tool silently wasn't called / capabilities don't line up / the call hangs' mysteries in production — replace the server command in your Claude Desktop / Cursor / Claude Code MCP config with `mcpsnoop -- <your-server-command>` and watch the live JSON-RPC frame stream in the terminal as the real client drives the serverMCP client authors reverse-engineering what a real client actually sends vs. what the docs say — run `mcpsnoop -- <server-command>` against your own server and let the TUI show what the client's JSON-RPC frames look like in practice (capability negotiation, request batching, notification timing)Agent harness developers building a Claude Desktop / Cursor / Claude Code workflow that depends on an MCP server — point the harness at `mcpsnoop --` wrapped server, watch the live traffic while running the agent loop, and see which tools the agent actually invoked (vs. which it thought it invoked)Anyone evaluating MCP for the first time — run `mcpsnoop demo` for a scripted zero-setup tour that plays into the live UI; you see real JSON-RPC frames without writing any client or server

Who should skip it

Move on from kerlenton/mcpsnoop if the licensing terms, language support, or platform requirements do not fit your project.

About this signal

kerlenton/mcpsnoop is tracked by RepoRadar as a mcp traffic inspector in the AI Agents section. It was first seen on 2026-07-03 and last updated on 2026-07-03. The current verdict is 'try now' with a Gold tier and easy setup difficulty. Across RepoRadar's eight signals, kerlenton/mcpsnoop is strongest on workflow potential (10.0) and practical usefulness (9.0) and weakest on maturity (6.6) — a profile worth weighing against your own priorities. This page summarizes the evidence RepoRadar has captured from captured source metadata. The score, tier, risk label, and verdict on this page are never influenced by sponsorship, ads, or tips — they reflect only the usefulness, popularity, novelty, momentum, maturity, and evidence signals described in the RepoRadar methodology.

How this item is evaluated

RepoRadar assigned kerlenton/mcpsnoop a composite score of 8.5 out of 10, placing it in the Gold tier. This score combines weighted sub-signals: usefulness (35%), novelty (18%), momentum (14%), maturity (10%), open-source/build quality (7%), evidence quality (6%), workflow potential (6%), and setup ease (4%). Popularity is tracked separately at 1.0 and never affects the composite score or tier. The risk label of 'low' reflects inherent user-impacting hazards, not generic novelty. Items with no risk flag may still require normal code review before production use.

Putting this into practice? Read How to vet an AI agent or MCP server before you wire it in for the checklist behind this score.

Risk explanation

mcpsnoop is a transparent proxy in the real data path between your MCP client and your MCP server — the JSON-RPC frames the TUI shows include the full request payloads (tool name, arguments, file paths, auth tokens) and the full response payloads. Run mcpsnoop on the same machine that owns the client, not on a shared or multi-tenant host, and clear the TUI scrollback before sharing a screen recording or a log capture; The `mcpsnoop demo` scripted tour runs in a self-contained session but it still exercises a real MCP server–client interaction — review the `mcpsnoop --` wrap command and the demo's payload content before running on a workstation that has production MCP servers configured, and pin the demo to a non-production MCP server (e.g. a dev/test server) to keep production traffic on a different debug path; The Go single-binary install path (`go install github.com/kerlenton/mcpsnoop@latest`) requires a Go toolchain on the dev machine; for non-Go environments, use the release binary from the GitHub Releases page. The CLI's `--` separator is the only wrap-pattern contract — verify your MCP client preserves the `--` separator when launching the server (some clients strip trailing args; if you see 'command not found' on the server, check the client config first).

Evidence links
Closest alternatives / related signals
mcpmcp-debuggerwireshark-for-mcpjson-rpctransparent-proxylive-tuigoclaude-desktop