Quick start
Run the command in your terminallocalhost. Open that link up to see the inspector.
Docker
Run MCPJam Inspector using Docker:http://localhost:3001.
Start with STDIO server
This will open the MCPJam inspector and connect to a STDIO using the commands you provided.- Python Server
 - Node.js Server
 
Use Absolute Paths: Always use absolute file paths (e.g.,
/Users/yourname/project/server.py) to avoid path resolution issues.Start with custom port
This will start the MCPJam inspector with a custom port number. The default port is6274.
Start with Ollama
This will open the MCPJam inspector and start an Ollama model with theollama serve <model> command. Make sure you have Ollama installed.
Start with Configuration File
You can use a configuration file to connect to multiple MCP servers at once:Note: When using 
npm start, you need the -- separator to pass
arguments to the underlying script.
