Routes SQL Server tasks to specialized agents. Use when working with SQL Server databases, T-SQL queries, database performance, schema exploration, or SQL code review. Automatically selects the best agent for the task.
Routes SQL Server tasks to the right specialist agent.
| Task Type | Agent | What It Does |
|---|---|---|
| Performance issues, health checks, wait stats, CPU/memory/I/O analysis, blocking, deadlocks | sql-performance-monitor | Deep diagnostics using Waits & Queues methodology |
| Schema exploration, table structure, relationships, dependencies, documentation | sql-schema-discovery | Metadata-first schema analysis via catalog views |
| Query optimization, execution plans, index strategy, query rewrites | sql-performance-tuner | Execution plan analysis and optimization recommendations |
| Write queries, stored procedures, CTEs, window functions, T-SQL development | tsql-specialist | Expert T-SQL development with best practices |
| Review SQL code, anti-patterns, security, regression analysis | sql-code-reviewer | 5-phase SQL-focused code review |
Ask Claude to delegate to the appropriate agent:
Or just describe your task — Claude will select the right agent based on context.
For full database interaction, configure an MCP server for SQL Server connectivity:
claude mcp add --transport stdio sql-server -- <your-mcp-server-command>
Without an MCP server, agents analyze SQL files and provide recommendations without live database access.