A
licenseB
qualityD
maintenanceA Model Context Protocol server that enables executing SQL queries and managing connections with Microsoft SQL Server databases.
1
2,441 npm
6
MIT
No user-submitted related servers found.
Scored across 9 tools
Each tool has a distinct purpose: execute vs query, schema retrieval for different objects, listing functions/procedures/tables, and general database info. No overlap.
All tools follow the verb_noun pattern (execute_, get_, list_) with clear and consistent naming.
9 tools is well-scoped for a SQL Server service, covering core operations without unnecessary bloat.
Covers querying, execution, schema retrieval, and listing. Minor gaps like transaction control or listing schemas, but sufficient for typical use.