Add mcp-scope to Resources (passive capture + schema diff tool) - #4075
Add mcp-scope to Resources (passive capture + schema diff tool)#4075SSanju wants to merge 1 commit into
Conversation
Adds mcp-scope, a passive MCP traffic capture and schema-diff tool, to the Resources section. Fits the existing pattern of community tooling (mcp-cli, mcp-guardian, MCPWatch).
|
/i-promise-this-is-not-a-new-server To clarify: this PR does not add a server. It adds a single line to the Resources section of the README, alongside existing community tooling such as Happy to adjust placement if a different section (e.g. a dedicated "Tools" subsection) is preferred. |
|
Thanks for the submission. We no longer accept server, resource, or tooling submissions to this repository; it is dedicated to the small set of reference servers maintained by the MCP steering group. To make your project discoverable, please publish it to the MCP Registry: https://registry.modelcontextprotocol.io/ |
Description
Adds mcp-scope to the Resources section. mcp-scope is a passive proxy that sits transparently between any MCP client (Claude Desktop, Cursor, custom scripts) and any MCP server,
captures every JSON-RPC frame to a file, and lets you inspect, summarise, and diff the capture offline. Unlike interactive debuggers, it captures real traffic from real clients
without driving the calls.
Motivation and Context
The Resources section already lists tools that help MCP server developers debug, validate, and manage their servers (
mcp-cli,mcp-guardian,MCPWatch,MCP Servers Search,etc.). mcp-scope fills a specific gap none of them cover: a passive on-the-wire capture/diff tool useful for:
mcp-scope diff baseline.jsonl candidate.jsonlexits non-zero on any breaking schema change in tools/resources/promptsmcp-scope stats--redactfor secret scrubbingProject details
go installTypes of changes
Checklist
MCP RouterandMCP Servers Hub(Other checklist items — LLM client testing, env vars, tests, security best practices — do not apply: this PR adds a single line to the README.)
Additional context
Happy to adjust wording, section placement, or remove the entry if a different fit is preferred. If a separate "Tools" or "Debugging Utilities" subsection would be more appropriate
than the general Resources list, I'm glad to make that structural change as well.