MCPJam inspector is the testing and debugging platform for MCP servers & OpenAI apps. Visually inspect your server's tools, resources, prompts, and OAuth. Try your server against different models in the LLM playground.
Start up the MCPJam inspector:
npx @mcpjam/inspector@latestWe recommend starting MCPJam inspector via npx:
npx @mcpjam/inspector@latestWe also have a Mac and Windows desktop app:
Run MCPJam Inspector using Docker:
# Using Docker Compose (recommended)
docker-compose up -d
# Or using Docker run
docker run -d \
-p 6274:6274 \
--env-file .env.production \
-e NODE_ENV=production \
--add-host host.docker.internal:host-gateway \
--name mcp-inspector \
--restart unless-stopped \
mcpjam/mcp-inspector:latestThe application will be available at http://127.0.0.1:6274.
Important for macOS/Windows users:
- Access the app via
http://127.0.0.1:6274(notlocalhost) - When connecting to MCP servers on your host machine, use
http://host.docker.internal:PORTinstead ofhttp://127.0.0.1:PORT
Example:
# Your MCP server runs on host at: http://127.0.0.1:8080/mcp
# In Docker, configure it as: http://host.docker.internal:8080/mcpDevelop OpenAI apps or MCP-UI apps locally. No ngrok needed. MCPJam is the only local-first OpenAI app emulator.
View every step of the OAuth handshake in detail, with guided explanations.
Try your server against any LLM model. We provide frontier models like GPT-5, Claude Sonnet, Gemini 2.5. No API key needed, it's on us.
We're grateful for you considering contributing to MCPJam. Please read our contributing guide.
You can also reach out to the contributors that hang out in our Discord channel.
Some of our partners and favorite frameworks:
- Stytch - Our favorite MCP OAuth provider
- DooiLabs/FastApps - The Python framework to build OpenAI Apps.
- xMCP - The Typescript MCP framework. Ship on Vercel instantly.
- Alpic - Host MCP servers
This project is licensed under the Apache License 2.0 - see the LICENSE.



