MSSQL MCP Server
by c0h1b4
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MSSQL_HOST | No | Database server hostname | localhost |
MSSQL_PORT | No | Database server port | 1433 |
MSSQL_USER | No | Database username | |
MSSQL_ENCRYPT | No | Enable encryption | false |
MSSQL_DATABASE | No | Database name | master |
MSSQL_PASSWORD | No | Database password | |
MSSQL_CONNECTION_STRING | No | Full connection string to the MSSQL database. | |
MSSQL_TRUST_SERVER_CERTIFICATE | No | Trust server certificate | true |
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 |