Deploy the MCP Inspector to your own infrastructure with a single Docker container. Perfect for enterprise environments, air-gapped networks, or when you need full control over your debugging environment.
Docker Image
The MCP Inspector provides an official Docker image via Docker Hub that can be used for deployments on any system that is running Docker. Here’s a one-liner that will start a container running the Inspector.
Copy
Ask AI
docker run -d -p 8080:8080 --name mcp-inspector mcpuse/inspector:latest