
MCPulse
β 4from sirrobot01
Crowdsourced MCP server reliability scoring β 615+ servers monitored, 2.17M+ health checks, real-time reliability data
MCPulse - MCP Analytics Platform
<div align="center"> <td> <img src="static/logo.png" alt="MCPulse Dashboard - Light Mode" width="70" /> </td>Open-source analytics and observability platform for Model Context Protocol (MCP) servers
Quick Start β’ Documentation β’ SDKs β’ Cloud(coming soon) β’ License
</div>MCPulse is an open-source, self-hosted analytics and observability platform purpose-built for Model Context Protocol (MCP) servers. Get comprehensive visibility into MCP server usage, performance, errors, and business metrics.
Screenshots
<div> <table> <tr> <td width="50%" align="center"> <img src="static/mcpulse-dark.png" alt="MCPulse Dashboard - Dark Mode" /> </td> <td width="50%" align="center"> <img src="static/mcpulse-light.png" alt="MCPulse Dashboard - Dark Mode" /> </td> </tr> <tr> <td width="50%"> <img src="static/server_list.png" alt="MCPulse Dashboard - Light Mode" /> </td> <td width="50%"> <img src="static/server_detail.png" alt="MCPulse Dashboard - Dark Mode" /> </td> </tr> </table> </div>Integration Options
Zero-Code Solution
- MCPulse Proxy: https://github.com/sirrobot01/mcpulse-proxy - Add analytics to any MCP server without code changes. Works with any MCP server via stdio, HTTP, or SSE.
SDK Integration
- Python: https://github.com/sirrobot01/mcpulse-python
- Go: https://github.com/sirrobot01/mcpulse-go
- Node.js/TypeScript: coming soon
MCP Server
- mcp-mcpulse: https://github.com/sirrobot01/mcp-mcpulse - Query MCPulse data from any MCP client
Documentation
License
MCPulse is licensed under the Apache 2.0 License.
Quick Start
Using Docker (Recommended)
# Download configuration files
curl -O https://raw.githubusercontent.com/sirrobot01/mcpulse/main/docker-compose.yml
curl -o config.yaml https://raw.githubusercontent.com/sirrobot01/mcpulse/main/config.yaml.example
# Start MCPulse
docker compose up -dAccess the dashboard at http://localhost:8080
Docker Images
Pre-built images are available:
- GitHub Container Registry:
ghcr.io/sirrobot01/mcpulse:latest - Docker Hub:
cy01/mcpulse:latest
For detailed installation and configuration, see the documentation
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.