freshcrate
Skin:/
Home > MCP Servers > inspector

inspector

Test, Debug, and Evaluate MCP servers, ChatGPT apps, and MCP Apps (ext-apps)

Why this rank:Strong adoptionRecent releaseHealthy release cadence

Description

Test, Debug, and Evaluate MCP servers, ChatGPT apps, and MCP Apps (ext-apps)

README

MCPJam Inspector V1 logo

www.mcpjam.com

npm versionLicense: Apache 2.0DiscordMCPJam 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.

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

MCPJam Inspector Demo

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.jsTypeScriptNode.js 20+ is only required for the terminal install (npx). The hosted web app and desktop apps have no local runtime requirements.

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.

Terminal

Run the inspector via npx (supports HTTP/S and local STDIO):

npx @mcpjam/inspector@latest

After it starts, open the printed localhost URL in your browser.

Docker

Run MCPJam Inspector using Docker, bound to localhost for security:

docker run -p 127.0.0.1:6274:6274 mcpjam/mcp-inspector

The app is available at http://127.0.0.1:6274. Always use -p 127.0.0.1:6274:6274 (not -p 6274:6274) to keep the inspector local-only. On macOS/Windows, connect to host MCP servers via http://host.docker.internal:PORT instead of 127.0.0.1.

Key features

Capability Description
App Builder Debug your server against a model: tool calls or in-panel chat, with Chat, Trace, and Raw. OpenAI Apps SDK and MCP app UIs, text tools, Chrome DevTools-style widget emulator. Read more
Chat Multi-server chat on frontier models (free). Chat, Trace, Raw; compare up to 3 models. Read more
OAuth Debugger Guided MCP OAuth conformance checks: protocol versions 03-26, 06-18, 11-25; DCR, client pre-registration, CIMD. Read more
MCP Server Debugging Manually run tools, resources, templates, and elicitation; full JSON-RPC logs.
Skills Skills in Chat and App Builder; local filesystem only. Read more
Workspaces Shared server groups with real-time team sync. Read more
Evals Test cases with expected tool calls, run across LLMs, metrics. Read more
CLI Run MCPJam checks, probes, and evals from the terminal. Perfect for local dev loops and CI. Read more
SDK Programmatic access to MCPJam for custom tooling, scripting, and integrations. Read more
CI/CD Run MCPJam checks and evals in GitHub Actions and other CI systems to gate PRs on regressions. Read more

App Builder

Debug your server against a model using tool calls or in-panel chat, with Chat, Trace, and Raw views. Supports OpenAI Apps SDK and MCP app UIs, text tools, and a Chrome DevTools-style widget emulator to iterate on widgets locally.

  • Manually invoke a tool to instantly view the widget, or chat with your server using an LLM.
  • View all JSON-RPC messages and window.openai messages in the logs.
  • Change emulator device to Desktop, Tablet, or Mobile views.
  • Test your app's locale change, CSP permissions, light / dark mode, hover & touch, and safe area insets.

MCPJam App Builder

MCPJam App Builder trace view

Trace view: every tool call, agent step, and JSON-RPC message.

Chat

Multi-server chat on frontier models for free, or bring your own API key. Chat, Trace, and Raw views; compare up to 3 models side-by-side. View your server's token usage.

MCPJam Chat comparing frontier models side by side

OAuth Debugger

Guided MCP OAuth conformance checks with step-by-step explanations. Test against every version of the OAuth spec (03-26, 06-18, and 11-25). Support for client pre-registration, Dynamic Client Registration (DCR), and Client ID Metadata Documents (CIMD).

MCPJam OAuth Flow Debugger

MCP Server Debugging

MCPJam contains all of the tooling to test your MCP server. Manually run tools, resources, resource templates, prompts, and elicitation flows, with full JSON-RPC observability. MCPJam has all features from the original inspector and more.

MCPJam MCP Tools

Skills

Use Skills in Chat and App Builder to extend models with local, reusable behaviors. Local filesystem only. Your data never leaves your machine. Read more

Workspaces

Group your servers into shared workspaces with real-time team sync, so everyone on your team is testing against the same configuration. Read more

Evals

Define test cases with expected tool calls and run them across multiple LLMs. Track accuracy metrics over time to catch regressions early and improve your server with every iteration. Read more

CLI

Run MCPJam from the terminal for fast local dev loops and CI integration. Probe servers, run OAuth checks, inspect tools and resources, and execute evals without leaving your shell. Read more

SDK

Programmatic access to MCPJam for custom tooling, scripting, and integrations. Build your own workflows on top of MCPJam's inspection and evaluation primitives. Read more

CI/CD

Wire MCPJam into GitHub Actions, GitLab CI, or your CI system of choice to run conformance, E2E tests, and evals on every PR. Catch MCP server regressions before they ship. Read more

Contributing ๐Ÿ‘จโ€๐Ÿ’ป

We're grateful for you considering contributing to MCPJam. Please read our contributing guide.

Join our Discord community where the contributors hang out at.

Links ๐Ÿ”—

Community ๐ŸŒ

Shoutouts ๐Ÿ“ฃ

Some of our partners and favorite frameworks:

  • Stytch. Our favorite MCP OAuth provider.
  • xMCP. The Typescript MCP framework. Ship on Vercel instantly.
  • Alpic. Host MCP servers. Try their new Skybridge framework for ChatGPT apps!

License ๐Ÿ“„

This project is licensed under the Apache License 2.0. See the LICENSE.

Release History

VersionChangesUrgencyDate
v2.9.4## What's Changed * evals: allow guests to create suites and rerun by @chelojimenez in https://github.com/MCPJam/inspector/pull/2391 **Full Changelog**: https://github.com/MCPJam/inspector/compare/v2.9.3...v2.9.4High6/3/2026
v2.8.0## What's Changed * refactor(playground): rename AppBuilder internals to Playground by @chelojimenez in https://github.com/MCPJam/inspector/pull/2310 * feat(evals): freeze suite execution snapshot on plain rerun by @chelojimenez in https://github.com/MCPJam/inspector/pull/2316 * dark mode local was falling back to a weird color by @ignaciojimenezr in https://github.com/MCPJam/inspector/pull/2314 * Codex/cli config active project by @ignaciojimenezr in https://github.com/MCPJam/inspector/pull/217High5/30/2026
v2.5.0## What's Changed * feat(apps): per-method window.openai capability matrix by @chelojimenez in https://github.com/MCPJam/inspector/pull/2223 * cleanup(views): drop legacy openai delete hook by @chelojimenez in https://github.com/MCPJam/inspector/pull/2224 * cleanup(apps): delete legacy ChatGPTAppRenderer + chatgpt-apps router by @chelojimenez in https://github.com/MCPJam/inspector/pull/2227 * feat(apps): per-dimension MCP Apps spec-bridge capability matrix (foundation) by @chelojimenez in https:High5/22/2026
v2.4.12## What's Changed * Electron Squirrel + Update detector by @ignaciojimenezr in https://github.com/MCPJam/inspector/pull/2114 * feat(inspector): playground tab (IDE-style Chat + App Builder) by @chelojimenez in https://github.com/MCPJam/inspector/pull/2121 * test(inspector): mock new lucide icons + standardEventProps in PlaygroundMain test by @ignaciojimenezr in https://github.com/MCPJam/inspector/pull/2122 * Redesign hosts visualization with canvas-based layout and house style by @chelojimenez iHigh5/18/2026
v2.4.10## What's Changed * fix(electron): include @ngrok/ngrok in packaged app so tunnel feature works by @bsradcliffe in https://github.com/MCPJam/inspector/pull/2037 * fix: advertise MCP app message capabilities by @haosenwang1018 in https://github.com/MCPJam/inspector/pull/2069 * feat(evals): M1 phase 2 โ€” N iterations picker + save-from-chat by @chelojimenez in https://github.com/MCPJam/inspector/pull/2074 * fix(billing): compare table reads "Unlimited" for servers-per-project on free by @Vu-John inHigh5/12/2026
v2.4.4## What's Changed * CLI Ergonomics by @chelojimenez in https://github.com/MCPJam/inspector/pull/1957 * gpt and deepseek by @ignaciojimenezr in https://github.com/MCPJam/inspector/pull/1958 * tools call --ui: browser control, compact output, frontend discovery by @chelojimenez in https://github.com/MCPJam/inspector/pull/1959 * Make commands explicit by @chelojimenez in https://github.com/MCPJam/inspector/pull/1962 * Add OAuth conformance credential handoff and redaction by @chelojimenez in https:High5/7/2026
v2.4.0## What's Changed * nits to multi-model by @ignaciojimenezr in https://github.com/MCPJam/inspector/pull/1783 * orgs crashing by @ignaciojimenezr in https://github.com/MCPJam/inspector/pull/1764 * fix: 2 improvements across 2 files by @tomaioo in https://github.com/MCPJam/inspector/pull/1760 * Add stdio transport hardening and shared CLI transport flags by @chelojimenez in https://github.com/MCPJam/inspector/pull/1784 * Add MCP retry policy support and stabilize hosted inspector flows by @chelojiHigh4/27/2026
v2.3.0## What's Changed * nits to multi-model by @ignaciojimenezr in https://github.com/MCPJam/inspector/pull/1783 * orgs crashing by @ignaciojimenezr in https://github.com/MCPJam/inspector/pull/1764 * fix: 2 improvements across 2 files by @tomaioo in https://github.com/MCPJam/inspector/pull/1760 * Add stdio transport hardening and shared CLI transport flags by @chelojimenez in https://github.com/MCPJam/inspector/pull/1784 * Add MCP retry policy support and stabilize hosted inspector flows by @chelojiHigh4/16/2026
v2.2.0## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.2.0/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.2.0/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. High4/13/2026
v2.1.0## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.1.0/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.1.0/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. High4/6/2026
v2.0.20## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.20/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.20/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Medium4/1/2026
v2.0.19## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.19/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.19/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Medium4/1/2026
v2.0.18## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.18/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.18/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Medium3/24/2026
v2.0.17## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.17/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.17/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Medium3/23/2026
v2.0.16## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.16/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.16/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Medium3/23/2026
v2.0.15## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.15/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.15/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Medium3/23/2026
v2.0.14## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.14/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.14/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Medium3/22/2026
v2.0.13## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.13/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.13/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low3/21/2026
v2.0.12## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.12/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.12/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low3/21/2026
v2.0.11## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.11/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.11/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low3/21/2026
v2.0.10## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.10/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.10/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low3/20/2026
v2.0.9## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.9/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.9/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low3/17/2026
v2.0.8## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.8/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.8/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low3/17/2026
v2.0.7## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.7/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.7/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low3/14/2026
v2.0.6## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.6/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.6/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low3/14/2026
v2.0.5## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.5/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.5/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low3/9/2026
v2.0.4## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.4/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.4/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low3/3/2026
v2.0.3## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.3/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.3/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low2/25/2026
v2.0.2## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.2/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.2/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low2/23/2026
v2.0.1## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.1/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.1/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low2/23/2026
v2.0.0## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v2.0.0/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v2.0.0/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low2/23/2026
v1.5.17## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.5.17/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.5.17/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low2/16/2026
v1.5.16## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.5.16/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.5.16/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low2/12/2026
v1.5.15## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.5.15/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.5.15/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low2/11/2026
v1.5.14## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.5.14/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.5.14/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low2/10/2026
v1.5.13## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.5.13/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.5.13/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low2/10/2026
v1.5.12## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.5.12/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.5.12/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low2/4/2026
v1.5.9## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.5.9/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.5.9/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low2/3/2026
v1.5.8## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.5.8/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.5.8/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low2/3/2026
v1.5.7## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.5.7/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.5.7/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low1/29/2026
v1.5.6## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.5.6/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.5.6/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low1/29/2026
v1.5.5## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.5.5/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.5.5/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low1/28/2026
v1.5.4## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.5.4/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.5.4/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low1/28/2026
v1.5.1## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.5.1/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.5.1/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low1/26/2026
v1.5.0## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.5.0/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.5.0/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low1/20/2026
v1.4.6## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.4.6/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.4.6/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low1/16/2026
v1.4.5## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.4.5/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.4.5/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low1/14/2026
v1.4.4## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.4.4/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.4.4/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low1/12/2026
v1.4.3## Download for Windows - **Windows Installer**: [MCPJam Inspector Setup.exe](https://github.com/MCPJam/inspector/releases/download/v1.4.3/MCPJam-Inspector-Setup.exe) The installer is code-signed and ready for installation on Windows. ## Auto-generated release This release was automatically built and signed by GitHub Actions. Low1/12/2026
v1.4.2## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.4.2/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.4.2/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low1/8/2026
v1.4.1## Download for Windows - **Windows Installer**: [MCPJam Inspector Setup.exe](https://github.com/MCPJam/inspector/releases/download/v1.4.1/MCPJam-Inspector-Setup.exe) The installer is code-signed and ready for installation on Windows. ## Auto-generated release This release was automatically built and signed by GitHub Actions. Low1/7/2026
v1.4.0## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.4.0/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.4.0/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low12/22/2025
v1.3.15## Download for Windows - **Windows Installer**: [MCPJam Inspector Setup.exe](https://github.com/MCPJam/inspector/releases/download/v1.3.15/MCPJam-Inspector-Setup.exe) The installer is code-signed and ready for installation on Windows. ## Auto-generated release This release was automatically built and signed by GitHub Actions. Low12/18/2025
v1.3.14## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.3.14/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.3.14/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low12/17/2025
v1.3.13## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.3.13/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.3.13/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low12/16/2025
v1.3.12## Download for Windows - **Windows Installer**: [MCPJam Inspector Setup.exe](https://github.com/MCPJam/inspector/releases/download/v1.3.12/MCPJam-Inspector-Setup.exe) The installer is code-signed and ready for installation on Windows. ## Auto-generated release This release was automatically built and signed by GitHub Actions. Low12/13/2025
v1.3.11## Download - **macOS DMG**: [MCPJam Inspector.dmg](https://github.com/MCPJam/inspector/releases/download/v1.3.11/MCPJam%20Inspector.dmg) - **macOS ZIP**: [MCPJam Inspector ZIP](https://github.com/MCPJam/inspector/releases/download/v1.3.11/MCPJam%20Inspector-darwin-arm64-0.9.14.zip) Both files are notarized and stapled for seamless installation on macOS. ## Auto-generated release This release was automatically built and notarized by GitHub Actions. Low12/13/2025

Dependencies & License Audit

Loading dependencies...

Similar Packages

mcp-useThe fullstack MCP framework to develop MCP Apps for ChatGPT / Claude & MCP Servers for AI Agents.mcp-use@1.24.2-canary.7
activepiecesAI Agents & MCPs & AI Workflow Automation โ€ข (~400 MCP servers for AI agents) โ€ข AI Automation / AI Agent with MCPs โ€ข AI Workflows & AI Agents โ€ข MCPs for AI Agents0.85.0
GEO-AIOptimize websites for AI search engines with a universal TypeScript engine supporting Next.js, NestJS, WordPress, and Shopify integration.main@2026-06-04
lobehubThe ultimate space for work and life โ€” to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level โ€” enabling multi-agent collaboration, effov2.2.2
mcp-searxngMCP Server for SearXNGv1.1.0

More in MCP Servers

PlanExeCreate a plan from a description in minutes
agentroveYour own Claude Code UI, sandbox, in-browser VS Code, terminal, multi-provider support (Anthropic, OpenAI, GitHub Copilot, OpenRouter), custom skills, and MCP servers.
ProxmoxMCP-PlusEnhanced Proxmox MCP server with advanced virtualization management and full OpenAPI integration.
node9-proxyThe Execution Security Layer for the Agentic Era. Providing deterministic "Sudo" governance and audit logs for autonomous AI agents.