mcpjam.md

MCPJam Inspector

UI App
from"MCPJam"

Local inspector to test MCP Apps and MCP servers with a UI playground

Developer Tools
inspectortestingplaygroundMCP
install.sh
# Clone the repository
$git clone https://github.com/MCPJam/mcpjam
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve