Run This Ai
EN DE

MCPJam Inspector: The Complete Guide to Debugging MCP Servers

MCPJam Inspector is an open-source testing platform for chatting with, inspecting, and debugging MCP servers, MCP apps, and ChatGPT apps. Learn its core features and why MCP debugging needs a visual playground.

MCPJam Inspector is an open-source testing and evaluation platform built for developers who work with the Model Context Protocol (MCP). It lets you chat, inspect, and debug MCP servers, MCP apps, and even ChatGPT apps from one clean visual interface β€” no need to write a single line of client code.

πŸš€ Want to deploy MCPJam Inspector yourself?

Docker configs, system requirements, and installation guides β€” all on one page.

View MCPJam Inspector Tool Page β†’

Why MCP servers need a debugger

MCP is the protocol that connects AI assistants to external tools and data. As your server grows β€” more tools, more auth flows, more edge cases β€” finding out why a tool call fails becomes painful. You end up reading raw JSON, adding print statements, and guessing. MCPJam Inspector removes that guesswork with a browser-based playground where every request, response, and tool call is visible.

MCPJam Inspector banner

Core capabilities

FeatureWhat it does
Chat playgroundTalk to any MCP server conversationally and watch tool calls in real time.
Tool inspectorBrowse every tool, its input schema, and its exact invocation results.
OAuth debuggerTrace authentication flows step by step to fix token and scope issues.
Evaluation runsRun test cases against your server in CI or locally and compare outputs.
MCP tools tab in MCPJam Inspector

Who is it for?

Whether you maintain an MCP server for your team, build MCP-powered apps, or evaluate ChatGPT apps that call external tools, Inspector gives you a shared, reproducible way to verify behavior before shipping. It is Apache-2.0 licensed, self-hostable via Docker, and currently has 2.1K+ GitHub stars with an active community on the MCPJam platform.

Getting started

Deployment is a single Docker container. Point it at any MCP server, open the web UI, and start chatting. No client code, no build step, no vendor lock-in β€” your data stays on your own infrastructure.

πŸš€ Deploy MCPJam Inspector in minutes

System requirements, docker-compose, and installation notes β€” all on one page.

View MCPJam Inspector Tool Page β†’
#mcp #debugging #guide #dev-tools