Skip to main content
Glama

Microsoft SQL Server MCP Server (MSSQL)

# Server Configuration PORT=3333 TRANSPORT=sse # Options: sse, stdio HOST=0.0.0.0 PING_INTERVAL=60000 # Database Configuration DB_SERVER=localhost DB_PORT=1433 DB_DATABASE=master DB_USER=sa DB_PASSWORD=YourStrong@Passw0rd DB_ENCRYPT=true DB_TRUST_SERVER_CERT=true DB_CONNECTION_TIMEOUT=15000 DB_REQUEST_TIMEOUT=15000 DB_POOL_MAX=10 DB_POOL_MIN=0 DB_POOL_IDLE_TIMEOUT=30000 # Query Results Storage QUERY_RESULTS_PATH=./query_results # Logging Configuration LOG_LEVEL=info # Options: error, warn, info, http, verbose, debug, silly LOG_FILE=./logs/mcp-server.log LOG_MAX_SIZE=10m LOG_MAX_FILES=5 LOG_FORMAT=json # Options: json, console, simple # Security Configuration RATE_LIMIT_WINDOW_MS=60000 # 1 minute RATE_LIMIT_MAX=100 # 100 requests per minute # Client Configuration MCP_SERVER_URL=http://localhost:3333

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/dperussina/mssql-mcp-server'

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