Provides comprehensive Microsoft SQL Server capabilities including query execution, schema discovery, and stored procedure management through a simple Model Context Protocol (MCP) interface.
Sponsored
This robust .NET Core client for Microsoft SQL Server implements the Model Context Protocol (MCP), offering extensive database interaction capabilities. It allows users to execute SQL queries, manage stored procedures, list tables, and retrieve detailed schema information, all through a standardized MCP interface. Designed to be lightweight yet powerful, the server can operate in either a database-specific context or provide server-wide operations across all databases, and supports deployment directly or via Docker containers.
Características Principales
01Operates in Database or Server-wide modes with configurable security for tool enablement.
02Export and import table data in CSV format.
03Execute SQL queries and manage stored procedures with granular control.
042 GitHub stars
05Support for paginated and streaming query results.
06Discover and retrieve detailed schema for tables, indexes, views, and functions.
Casos de Uso
01Automating database administration tasks such as schema discovery, data export, and script execution.
02Providing a secure and standardized interface for AI agents or external systems to interact with SQL Server databases.
03Integrating SQL Server database functionality into applications via the Model Context Protocol.