Enables Large Language Models to interact with and query Microsoft SQL Server databases.
This tool implements an MCP (Message-passing Communication Protocol) server in C#, allowing Large Language Models (LLMs) like Claude to connect to and interact with Microsoft SQL Server databases. It provides functionalities such as checking the database connection, retrieving database schema information, and executing queries, returning the results as JSON. The tool is configured through the Claude Desktop environment and enables a conversational interface for database interactions.