mssql-mcp-server-copy

mssql-mcp-server-copy

0

The MSSQL MCP Server is a tool that connects to Microsoft SQL Server databases, providing functionalities for executing SQL queries and managing database connections. It is designed as a Model Context Protocol (MCP) server and offers easy installation and usage features.

MSSQL MCP Server

A Model Context Protocol (MCP) server designed to connect with Microsoft SQL Server databases. This server facilitates executing SQL queries and managing database connections efficiently.

Installation

Utilize the package manager to install:

  • npm install mssql-mcp-server

Usage

Configure the server within your MCP settings by specifying connection details such as host, port, database, username, and password.

Tools

query

  • Execute SQL queries on a Microsoft SQL Server database, either through a connection string or specific connection parameters.

Development

Instructions for development include installing dependencies, running in development mode, building, testing, linting, and formatting the code.

License

MIT License.