.----.
| -o )==>
'--. \
| |
| |
~~~~~~~| |~~~~~~~
The website and documentation for mcp-spy — browser devtools, but for AI tool calls.
mcp-spy is a free & open-source observability proxy for the Model Context Protocol. It sits between your AI client (Claude Desktop, Cursor, Windsurf…) and any MCP server, and shows every JSON-RPC message — request, response, duration, status — live in a terminal UI.
The CLI is published on npm as mcp-spy:
npx mcp-spyNo account. No cloud. No telemetry. Logs live in a local SQLite database on your machine.
This repository contains the mcpspy.dev website: a static landing page and the full documentation, built with Next.js and Tailwind CSS. It shares its paper-and-ink, ASCII-art design language with gabsalvo.com and domoroshi.tech.
npm install
npm run devOpen http://localhost:3000.
npm run buildDeployed on Vercel — every push to main redeploys automatically.
Found a bug or a typo? Open an issue. Want a feature? PRs welcome.
MIT © Gabriele Salvo