mssql-mcp
by blimyj
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MSSQL_LOG | No | Set to true to enable logging to mssql-mcp/mcp.log. | false |
| MSSQL_PORT | No | The TCP port for SQL Server. | 1433 |
| MSSQL_USER | Yes | The SQL Server authentication login name. | |
| MSSQL_SERVER | Yes | The SQL Server hostname, FQDN, or IP address. For named instances, use HOST\INSTANCE. | |
| MSSQL_ENCRYPT | No | Encrypt connection. Keep true for remote server. | true |
| MSSQL_LOG_MAX | No | Maximum characters per log entry before truncation. | 20000 |
| MSSQL_DATABASE | Yes | The default database to connect to. | |
| MSSQL_LOG_FILE | No | Custom path for log file. | |
| MSSQL_PASSWORD | Yes | The password for the login. | |
| MSSQL_RATE_MAX | No | Maximum requests per window. 0 disables. | 0 |
| MSSQL_READONLY | No | If true, only SELECT and WITH are allowed. | true |
| MSSQL_MAX_CONCURRENT | No | Maximum concurrent queries. 0 disables. | 0 |
| MSSQL_RATE_WINDOW_MS | No | Window in milliseconds for rate limiting. | 1000 |
| MSSQL_TRUST_SERVER_CERT | No | Set to true only when server uses self-signed certificate. | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/blimyj/mssql-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server