Productivity|Development|Database|AI / ML|AnalyticsC#

PerformanceStudio

AI-assisted SQL Server execution plan review and analysis.

Free
N/A rating (0 reviews)0 installs153 GitHub stars
SQL ServerExecution PlanPerformance Analysis

Performance Studio is a free, open-source tool that provides a cross-platform GUI and CLI for analyzing SQL Server execution plans. It includes 30 analysis rules, missing index detection, and an SSMS extension, making it a comprehensive solution for performance optimization.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "performancestudio-1": {
      "args": [
        "-y",
        "@modelcontextprotocol/server-performancestudio-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.