Sign inSign up

mcpuse/inspector

By mcpuse

Updated 2 days ago

MCP Inspector - Web-based debugging tool for MCP servers with intuitive interface

Image
Machine learning & AI
Developer tools
Web servers
0

10K+

mcpuse/inspector repository overview

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

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

Usage

  1. Connect to MCP Servers: Use the Connect panel to add MCP server connections
  2. Test Tools: Browse and execute tools with real-time validation
  3. Explore Resources: View available data sources and resources
  4. Manage Prompts: Test prompts with parameter templates
  5. 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

Tag summary

Content type

Image

Digest

sha256:9a3be1e4f

Size

60.9 MB

Last updated

2 days ago

docker pull mcpuse/inspector