Microsoft SQL Server MCP Server (MSSQL)
by dperussina
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Port for the HTTP/SSE transport | 3333 |
DEBUG | No | Enable detailed logging | |
DB_USER | Yes | Your MS SQL Server/Azure SQL database username | |
DB_SERVER | Yes | Your MS SQL Server name or Azure SQL server address | |
TRANSPORT | No | Transport method (stdio or HTTP/SSE) | stdio |
SERVER_URL | No | URL where the server is accessible when using HTTP/SSE transport | http://localhost:3333 |
DB_DATABASE | Yes | Your database name | |
DB_PASSWORD | Yes | Your MS SQL Server/Azure SQL database password |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |