SQL Server Analyst

by Delowar MunnaGitHubUpdated May 4, 2026

Read-only SQL Server Analyst MCP — safe schema, stored procedure, and performance analysis.

sql-server
database
schema
+2
|
  • Schema exploration — list databases, schemas, tables, views, procedures, and functions
  • Object description — full metadata: columns, types, keys, constraints, indexes, and definition excerpts
  • Stored procedure explanation — plain-language analysis of purpose, parameters, referenced objects, and risky patterns
  • Dependency mapping — upstream/downstream impact analysis for any database object
  • Permission analysis — users, roles, memberships, and object-level grants
  • Safe query execution — SELECT-only with enforced row limits and timeout controls
  • SQL risk analysis — static analysis of SQL text for dangerous or inefficient patterns
  • Table statistics — row counts, sizes, index coverage, and storage details