Skip to main content
Glama

Enhanced MCP MSSQL Server

by michaelyuwh

mssql_health_check

Monitor Microsoft SQL Server health and connectivity while collecting performance metrics to identify database issues and ensure operational stability.

Instructions

Check database server health and connectivity with performance metrics

Input Schema

NameRequiredDescriptionDefault
encryptNoUse encrypted connection (default: true)
includeMetricsNoInclude performance metrics (default: true)
passwordYesPassword for authentication
portNoPort number (default: 1433)
serverYesMSSQL Server hostname or IP address
trustServerCertificateNoTrust server certificate (default: true)
userYesUsername for authentication

Input Schema (JSON Schema)

{ "properties": { "encrypt": { "default": true, "description": "Use encrypted connection (default: true)", "type": "boolean" }, "includeMetrics": { "default": true, "description": "Include performance metrics (default: true)", "type": "boolean" }, "password": { "description": "Password for authentication", "type": "string" }, "port": { "default": 1433, "description": "Port number (default: 1433)", "type": "number" }, "server": { "description": "MSSQL Server hostname or IP address", "type": "string" }, "trustServerCertificate": { "default": true, "description": "Trust server certificate (default: true)", "type": "boolean" }, "user": { "description": "Username for authentication", "type": "string" } }, "required": [ "server", "user", "password" ], "type": "object" }

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/michaelyuwh/mcp-mssql-connector'

If you have feedback or need assistance with the MCP directory API, please join our Discord server