Server-side application for the Model Context Protocol inspector
The MCP inspector is a developer tool for testing and debugging MCP servers. The MCP Inspector consists of two main components that work together: MCP Inspector Client (MCPI): A React-based web UI that provides an interactive interface for testing and debugging MCP servers MCP Proxy (MCPP): A Node.js server that acts as a protocol bridge, connecting the web UI to MCP servers via various transport…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
The MCP inspector is a developer tool for testing and debugging MCP servers. The MCP Inspector consists of two main components that work together: MCP Inspector Client (MCPI): A React-based web UI that provides an interactive interface for testing and debugging MCP servers MCP Proxy (MCPP): A Node.js server that acts as a protocol bridge, connecting the web UI to MCP servers via various transport methods (stdio, SSE, streamable-http) Note that the proxy is not a network proxy for intercepting…