Command Palette

Search for a command to run...

Home / Servers

inspector

by MCPJam

<div align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="./mcpjam-inspector/client/public/mcp_jam_dark.png"> <source media="(prefers-color-scheme: light)" srcset="./mcpjam-inspector/client/public/mcp_jam_light.png"> <img width="250" alt="MCPJam Inspector V1 logo" src="./mcpjam-inspector/client/public/mcp_jam_light.png"> </picture> <br/>

www.mcpjam.com

npm version License: Apache 2.0 Discord

</div>

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 TypeScript

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 today

by n8n-io

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

NOASSERTIONβ˜… 199,059

mcp-server-fetch

OfficialUpdated today

by modelcontextprotocol

A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

β˜… 89,138

@modelcontextprotocol/server-filesystem

OfficialUpdated today

by modelcontextprotocol

MCP server for filesystem access

SEE LICENSE IN LICENSEβ˜… 89,138

@modelcontextprotocol/server-everything

OfficialUpdated today

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

β˜… 89,138