Open MCPJam Inspector
Launch the hosted inspector in your browser
Why use the hosted app?
- No installation — Open a browser and start testing.
- Always up to date — You’re always on the latest version without running
npx @mcpjam/inspector@latest. - Shareable — Share server URLs with your team. Everyone can inspect the same server without local setup.
Share your MCP server
Send a link to your MCP server or app the same way you’d share a Google Doc. Anyone with a MCPJam account who opens it can immediately start chatting with the server right in their browser. Try it yourself with the Excalidraw MCP server:Quick start
- Go to app.mcpjam.com
- Click Add server and enter your MCP server’s URL (must be HTTPS)
- Choose your authentication method (None, Bearer Token, or OAuth 2.0)
- Start inspecting tools, resources, and prompts
MCPJam MCP server
MCPJam provides a hosted MCP server athttps://mcp.mcpjam.com/mcp (production) and https://mcp-staging.mcpjam.com/mcp (staging). Connect to it from any MCP client to access your MCPJam workspaces, organizations, and run diagnostics on your servers.
Authentication
The server uses OAuth 2.0 with WorkOS AuthKit. When you connect from an MCP client, it will automatically discover the authorization server and guide you through the OAuth flow using your MCPJam account.Available tools
whoami— Returns your authenticated MCPJam user recordgetWorkspaces— Lists your workspaces, optionally filtered by organizationgetOrg— Returns details for a specific organization you belong todoctor— Runs diagnostics on MCP servers in a workspace
getWorkspaces and getOrg to discover the IDs needed for doctor.

