mcp-dashboard.md

MCP Dashboard

UI App
from"triepod-ai"
890

Web-based management and monitoring interface for multiple MCP servers with real-time updates

Developer Tools
dashboardmonitoringmanagementReact
install.sh
# Clone the repository
$git clone https://github.com/triepod-ai/mcp-dashboard
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve