MCP Inspector Docker Image
The MCP Inspector is a powerful web-based debugging and inspection tool for MCP (Model Context Protocol) servers. It provides a beautiful, intuitive interface for testing tools, exploring resources, managing prompts, and monitoring server connections - all from your browser.
Quick Start
docker run -p 8080:8080 mcpuse/inspector:latest
Copy
Then open http://localhost:8080 in your browser.
Features
Multi-Server Management : Connect to and manage multiple MCP servers simultaneously
Tool Testing : Interactive tool execution with schema validation and real-time results
Resource Browser : Explore available resources and data sources
Prompt Manager : Test and manage prompts with argument templates
Chat Interface : Interactive chat with LLM integration for testing conversational flows
OAuth Support : Built-in OAuth flow handling with popup authentication
Session Persistence : Connections saved to localStorage with auto-reconnect
Configuration
The inspector runs on port 8080 by default. You can customize the port using the PORT environment variable:
docker run -p 3000:3000 -e PORT=3000 mcpuse/inspector:latest
Copy
Usage
Connect to MCP Servers : Use the Connect panel to add MCP server connections
Test Tools : Browse and execute tools with real-time validation
Explore Resources : View available data sources and resources
Manage Prompts : Test prompts with parameter templates
Chat Integration : Configure your LLM API key for interactive testing
Security
All authentication tokens and credentials are stored securely in your browser's local storage
Nothing is sent to external servers - everything stays on your device
Chat feature uses BYOK (Bring Your Own Key) model for LLM integration
Examples
Connect to Linear MCP server:
Transport: Streamable HTTP
URL: https://mcp.linear.app/mcp
Authentication: OAuth (handled automatically)
Documentation
For detailed usage instructions, visit inspector.mcp-use.com
Tags
latest - Latest stable release
v1.x.x - Version-specific releases