MCP Server · modelcontextprotocol
MCP Inspector
Interactive inspector for Model Context Protocol servers. Used to debug tool calls, inspect schemas, and verify a server before it is wired into an agent.
- Installed version
- 0.15.2
- Latest version
- 0.16.0
- Last checked
- 38 seconds ago
- Monitoring
- Active
Featured tutorial
Why this video matters
This is the only attached tutorial that covers the release currently blocking your Daily Reels Automation workflow.
All attached tutorials
MCP Inspector 0.16 broke my setup: the OAuth migration explained
Getting started with MCP Inspector
▲ Version warning. This tutorial was recorded for version 0.13.4. The current release is 0.16.0 and the authentication architecture has changed.
Extracted prompts and commands
- CommandExact TranscriptSafeConfidence 94%
mcp-inspector auth login --provider oauth
Seeded Creator A (@seeded-creator-a) · MCP Inspector 0.16 broke my setup: the OAuth migration explained at 04:30 · video id SEEDdemo001
- ConfigurationExact TranscriptSafeConfidence 97%
"endpoint": "https://localhost:6274" // was: "server_url"
Seeded Creator A (@seeded-creator-a) · MCP Inspector 0.16 broke my setup: the OAuth migration explained at 04:16 · video id SEEDdemo001
- CommandAI InterpretationHigh riskConfidence 79%
rm -rf ~/.mcp-inspector/credentials && mcp-inspector auth login
! High risk. Recursive delete against a credentials directory. Inspect the path yourself before running. SkillPilot never executes extracted commands.
Seeded Creator A (@seeded-creator-a) · MCP Inspector 0.16 broke my setup: the OAuth migration explained at 08:20 · video id SEEDdemo001
- Environment variableReconstructed PromptReview requiredConfidence 85%
MCP_INSPECTOR_OAUTH_CLIENT_ID=<your client id>
▲ Review. Holds a credential. Do not paste a real client id into shared notes.
Seeded Creator A (@seeded-creator-a) · MCP Inspector 0.16 broke my setup: the OAuth migration explained at 04:30 · video id SEEDdemo001
- ConfigurationExact TranscriptReview requiredConfidence 93%
"server_url": "https://localhost:6274", "token": "<static token>"
▲ Review. Uses the removed server_url key and static token auth. Both were removed in 0.16.0.
Seeded Creator B (@seeded-creator-b) · Getting started with MCP Inspector at 03:05 · video id SEEDdemo002