inspector

MCP Testing Platform - Playground to test and debug MCP servers

GitHub Stars

939

User Rating

Not Rated

Favorites

0

Views

80

Forks

98

Issues

35

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

Please specify required software and versions:
Node.js: 22.7.5 or higher
npm: Latest version
Docker: Latest version (if using Docker)

Installation Steps

1. Install using npx

bash
npx @mcpjam/inspector@latest
Access the tool in your browser at http://localhost:6274.

2. Install using Docker

Ensure Docker is installed and running. Pull the latest image:
bash
docker pull mcpjam/mcp-inspector:main
Run the container:
bash
docker run --rm -p 6274:6274 -p 6277:6277 mcpjam/mcp-inspector:main
Access the tool in your browser at http://127.0.0.1:6274.

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.