MCP SQL Server
JSON →A Model Context Protocol (MCP) server that provides SQL Server database query capabilities using the tedious driver. Current stable version is 1.0.1, released with no formal release cadence. It enables AI agents (via MCP) to execute SQL queries on SQL Server databases. Key differentiators: pure JavaScript implementation with no native dependencies, environment-based configuration, and support for encrypted/unencrypted connections. Requires Node.js >=18, ESM only. Suitable for local development and production workloads with trusted certificates.
Resources
packagemcp-sql-server ↗