Productivity|Development|Data|AI / ML|Database|AnalyticsC#
PerformanceMonitor
MCP server for AI analysis in SQL Server performance monitoring.
N/A rating (0 reviews)0 installs302 GitHub stars
SQL ServerPerformance MonitoringAI Analysis
This MCP server enables AI-powered analysis of SQL Server performance metrics collected in real-time. It supports various SQL Server editions and provides a secure environment where data remains on the user's server.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"performancemonitor-1": {
"args": [
"-y",
"@modelcontextprotocol/server-performancemonitor-1"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.