SQL-AI-samples
SQL-AI-samples copied to clipboard
MSSQL MCP Server in Nodejs
This PR introduces the initial implementation of a Node JS application that acts as an MCP server for Microsoft SQL Server and Azure SQL Database.
Key Features:
- MCP Server Implementation in nodejs
- Sets up the MCP server with standard I/O transport and automatic tool discovery.
- Implements interactive connections + authorization with token caching.
- Implements tools for core SQL operations: CreateIndex, CreateTable, DescribeTable, DropTable, InsertData, ListTables, QueryTable, ReadData, and UpdateData.