Skip to main content
Glama

Microsoft SQL Server MCP Server

by RichardHan
FROM python:3.11-slim WORKDIR /app # Install system dependencies for pymssql RUN apt-get update && apt-get install -y \ freetds-dev \ && rm -rf /var/lib/apt/lists/* # Copy requirements COPY requirements.txt . # Install Python dependencies RUN pip install --no-cache-dir -r requirements.txt # Copy project files COPY . . # Run the MCP server CMD ["python", "-m", "mssql_mcp_server"]

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/RichardHan/mssql_mcp_server'

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