
inspector
by MCPJam
MCPJam is the development platform for MCP servers, MCP apps, and ChatGPT apps.
- Debug: Inspect every JSON-RPC message and OAuth exchange across host configurations with full traces.
- Chat: Talk to any LLM against your server with full trace visibility into tool calls and context across agent, host app, your server.
- Inspect: Explore your serverβs tools, resources, and prompts in one place.
- Evaluate: Run evals across multiple LLMs and track accuracy over time so you catch regressions early.
- CLI: Probe servers, run doctor checks, exercise OAuth flows, and list tools/resources/prompts straight from your terminal.
- SDK: Programmatically drive inspections, snapshot server capabilities, and assert on tool/resource shapes from your own tests.
- CI/CD: Wire the CLI and SDK into GitHub Actions (or any pipeline) to run e2e tests, evals, OAuth checks, and spec conformance on every PR.
No more ngrok or ChatGPT/Claude subscription needed. MCPJam is the fastest way to iterate on any MCP project.
π Quick Start
Open the hosted web app. No install needed.
π app.mcpjam.com
Or run MCPJam locally for HTTP/S and local STDIO servers:
npx @mcpjam/inspector@latest
<img alt="MCPJam Inspector Demo" src="./docs/images/mcpjam-new-banner.png">
Table of contents
Installation Guides
MCPJam Inspector runs three ways: a hosted web app, a desktop app for Mac and Windows, or via your terminal. The web app is HTTPS-only and has no install. Terminal and Desktop support HTTP/S and local STDIO servers.
Requirements
Node.js 20+ is only required for the terminal install (npx). The hosted web app and desktop apps have no local runtime requirements.
Hosted Web App
Open app.mcpjam.com in your browser. No install required. Always on the latest version, and you can share MCP server links with teammates the same way you'd share a Google Doc.
- HTTPS MCP server URLs only (for HTTP or local STDIO servers, use Desktop or Terminal).
- No STDIO, tunneling, skills, or tasks. Those require the local inspector.
See Hosted App docs for details.
Desktop App
Download the installer for your OS. Supports HTTP/S and local STDIO servers. No Node.js required.
Related servers

n8n
Updated todayby n8n-io
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

mcp-server-fetch
OfficialUpdated todayA Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

@modelcontextprotocol/server-filesystem
OfficialUpdated todayMCP server for filesystem access