inspector icon indicating copy to clipboard operation
inspector copied to clipboard

Visual testing tool for MCP servers

Results 207 inspector issues
Sort by recently updated
recently updated
newest added

This allows you to set the SERVER_PORT or MCP_PROXY_FULL_ADDRESS as an environment variable and the value will be injected into the static app when it's run. Also making the transport...

enhancement
waiting on submitter

_Originally posted by @halter73 in https://github.com/modelcontextprotocol/inspector/pull/339#pullrequestreview-2789087665_ > I tested this with the sample Streamable HTTP server at https://github.com/modelcontextprotocol/csharp-sdk/tree/v0.1.0-preview.11/samples/AspNetCoreSseServer (it has yet to be renamed from "Sse"), and things seem to...

Tiny change to pass the default MCP Server through the CLI, e.g.: ``` MCP_SERVER_URL=localhost:3030 npx @modelcontextprotocol/inspector ``` Makes the docs for MCP servers with SSE support a little cleaner.

enhancement
waiting on submitter

This adds a detailed stats page to the stats tab of the inspector. You can try it out today with `npx mcp-debug` for the inspector This also adds experimental (direct...

enhancement
waiting on submitter

Currently getting this error if the target MCP server uses auth but does not provide dynamic client registration capabilities: ![Screenshot of an error message in the DevTools](https://github.com/user-attachments/assets/c36c0946-f8cb-41ec-9bea-a7945db69dd5) [Per spec](https://spec.modelcontextprotocol.io/specification/draft/basic/authorization/): >MCP...

bug
waiting on submitter

Problem: some things like the Oauth flow in inspector are challenging to test either manually or with unit tests, and need some form of integration and/or regression tests to ensure...

enhancement

**Describe the bug** `npx @modelcontextprotocol/inspector` does not work **To Reproduce** package.json ``` { "name": "mcp-quickstart", "version": "1.0.0", "description": "A quick start example of Model Context Protocol", "type": "module", "main": "dist/server.js",...

bug
waiting on submitter

**Describe the bug** When I connect my server it and open MCP Inspector in the browser and hit connect, it appears to be cycling through starting new instances of the...

bug
waiting on submitter

While creating this bug https://github.com/modelcontextprotocol/inspector/issues/137, I had to load up the package version on CLI. For a lower-level debug tool like MCP Inspector, would be nice to see the verison...

enhancement

**Describe the bug** Quite the funny bug... I needed to make changes to my MCP server so killed it off and started working on the changes. I forgot to close...

bug