PerformanceMonitor vs time
Side-by-side comparison to help you pick between these two MCP servers.
PerformanceMonitor by erikdarlingdata | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 380 | ★ 85,748 |
| 30d uses | — | — |
| Score | 53 | 77 |
| Official | — | ✓ |
| Categories | MonitoringDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | C# | TypeScript |
| Last commit | this month | this month |
PerformanceMonitor · Summary
SQL Server performance monitoring tool with built-in MCP server for AI-powered analysis of wait stats and query performance.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
PerformanceMonitor · Use cases
- AI-powered SQL Server performance analysis with Claude Code or Cursor
- Real-time monitoring of wait stats, query performance, and resource utilization
- Visualizing SQL query execution plans and identifying performance bottlenecks
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
PerformanceMonitor · Install
Installation Options
- **Full Edition (Server-based)**:
- Download PerformanceMonitorInstaller.exe - Run with server name: PerformanceMonitorInstaller.exe YourServerName - For SQL Authentication: PerformanceMonitorInstaller.exe YourServerName sa YourPassword
- **Lite Edition (Desktop)**:
- Download PerformanceMonitorLite.exe - Run the executable and add server connections via the UI
Claude Desktop Configuration
Add to your Claude Desktop config.json:
{
"mcpServers": {
"performance-monitor": {
"command": "PerformanceMonitorLite.exe",
"args": ["--mcp"]
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}