Score breakdown
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
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 an MCP server in the AI Agents section. First seen 2026-07-03; the source record was last checked 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 public evidence on the linked source page and states where additional review is still needed.
How this item is evaluated
The kerlenton/mcpsnoop record combines a 8.5/10 composite score with separate popularity (1.0), risk (low), and setup (easy) signals. See the scoring methodology for the current weights and evidence definitions.
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).