MSSQL MCP Server (Streamable HTTP)
Provides MCP tools to query and inspect Microsoft SQL Server databases via a Streamable HTTP transport, including tools for running T-SQL queries, previewing tables, and retrieving schema context.
README
Fixed 2026 — MSSQL MCP Server with Streamable HTTP
MCP server สำหรับเข้าถึงฐานข้อมูล Microsoft SQL Server ผ่าน Streamable HTTP transport (มาตรฐาน MCP ปัจจุบัน ใช้ endpoint เดียว แทน HTTP+SSE แบบเก่า) รันเป็น container ด้วย Docker
Repository นี้คง implementation เดิมจาก
2026-2025-Best-MCP/mssql-mcp-server-streamablehttp
และแก้เฉพาะ dependency compatibility ที่ทำให้ container restart วนหลัง MCP Python SDK 2.0 ออก
สิ่งที่แก้ใน repository นี้
- เพิ่ม upper bound เป็น
mcp>=1.28,<2เพราะโค้ดเดิมใช้mcp.server.fastmcpของ SDK v1 - ป้องกัน
ModuleNotFoundError: No module named 'mcp.server.fastmcp'เมื่อ build image ใหม่ - ย้ายโปรเจกต์มาไว้ที่ root ของ repository เพื่อ clone แล้วใช้งานได้ทันที
- ส่วน server, tools, resources, database layer และ transport ยังคงเดิม
Features
- Streamable HTTP Transport — ใช้ endpoint เดียว (
/mcp) รับ POST/GET/DELETE ตามมาตรฐาน MCP ปัจจุบัน - Stateless — ไม่บังคับ
Mcp-Session-Id(คล้าย FastMCPstateless_http=True) ต่อ client ได้หลากหลาย - MSSQL Integration — เชื่อมต่อฐานข้อมูล Microsoft SQL Server
- FastAPI + Uvicorn backend — web framework ที่เร็วและทันสมัย
- Docker Support — รันเป็น container ได้ทั้งหมด
MCP Tools (5)
| Tool | หน้าที่ |
|---|---|
get_database_context |
ดึง context ของฐานข้อมูลทั้งหมด (schema, ความสัมพันธ์, คู่มือ T-SQL) — ควรเรียกตัวนี้ก่อนรัน query |
execute_query_tool |
รันคำสั่ง T-SQL query บนฐานข้อมูล |
preview_table |
ดูตัวอย่างข้อมูลในตาราง (กำหนดจำนวนแถวได้) |
get_database_info_tool |
ข้อมูลทั่วไปของฐานข้อมูล (ชื่อ, จำนวนตาราง, ขนาด, version) |
refresh_db_cache |
รีเฟรช cache ของ schema ฐานข้อมูล |
MCP Resources (2)
| URI | หน้าที่ |
|---|---|
mssql://tables |
ลิสต์ตารางทั้งหมดในฐานข้อมูล |
mssql://schema/{table_name} |
ดึง schema ของตารางที่ระบุ |
Installation
Prerequisites: ติดตั้งและเปิด Docker Desktop ก่อน (Mac / Windows) ตรวจให้แน่ใจว่า SQL Server รันอยู่บนเครื่อง host ที่ port 1433 และ port 9000 บนเครื่องว่าง
ขั้นตอน Windows กับ Mac ต่างกันเล็กน้อย ทำตามหัวข้อของ OS ตัวเอง
Windows (double-click)
1. ดาวน์โหลดโปรเจกต์จาก GitHub
เปิด Command Prompt (CMD) แล้วรัน:
git clone https://github.com/aekanun2020/fixed-2026-mssql-mcp-server-streamablehttp.git
cd fixed-2026-mssql-mcp-server-streamablehttp
(ไม่มี Git? กดปุ่มสีเขียว Code ▾ ที่ หน้า repo → Download ZIP → แตกไฟล์แล้วเปิดโฟลเดอร์โปรเจกต์)
2. เริ่มรัน server
เปิดโฟลเดอร์โปรเจกต์ใน File Explorer แล้ว double-click ไฟล์ start_docker.bat
หน้าต่าง CMD จะเปิดขึ้นมาและทำให้ทั้งหมดให้อัตโนมัติ:
- สร้าง
.envจาก.env.example(ถ้ายังไม่มี) - build Docker image
- รัน container และแสดง log สด
3. เสร็จ
เมื่อเห็น log ขึ้น health แล้ว server จะรันที่ http://localhost:9000/mcp
เปิดหน้าต่าง CMD ค้างไว้ — ปิดหน้าต่าง = server หยุด ถ้าจะหยุดให้ปิดหน้าต่างหรือกด Ctrl + C
Mac (Terminal)
1. ดาวน์โหลดโปรเจกต์จาก GitHub
เปิด Terminal แล้วรัน:
git clone https://github.com/aekanun2020/fixed-2026-mssql-mcp-server-streamablehttp.git
cd fixed-2026-mssql-mcp-server-streamablehttp
2. เริ่มรัน server
chmod +x start_docker.sh # ทำแค่ครั้งแรกครั้งเดียว
./start_docker.sh
script จะสร้าง .env จาก .env.example (ถ้ายังไม่มี), build image, รัน container และแสดง log สด
3. เสร็จ
เมื่อเห็น log ขึ้น health แล้ว server จะรันที่ http://localhost:9000/mcp
เปิด Terminal ค้างไว้ — ปิดหน้าต่าง (หรือกด Ctrl + C) = server หยุด
Database configuration
ตัวติดตั้งจะ copy .env.example ไปเป็น .env ให้อัตโนมัติ โดยตั้งค่าไว้สำหรับ SQL Server ที่รันบนเครื่องเดียวกันกับ Docker Desktop:
DB_SERVER=host.docker.internal
DB_NAME=TestDB
DB_USER=SA
DB_PASSWORD=Passw0rd123456
host.docker.internal ช่วยให้ container เข้าถึง SQL Server บนเครื่อง host ได้ ถ้าฐานข้อมูลอยู่ที่อื่น ให้แก้ .env (แล้วรัน start script ใหม่) เปลี่ยน DB_SERVER, DB_NAME, DB_USER, DB_PASSWORD ให้ตรง
Managing the container
ชื่อ container คือ mssql-mcp-streamable-http — รันคำสั่งเหล่านี้จาก root ของ repository
# เช็คสถานะ / health
docker ps
# ดู log สด
docker logs -f mssql-mcp-streamable-http
# หยุด server (เก็บ container ไว้ start ใหม่ได้)
docker compose stop
# เปิดใช้งานใหม่ภายหลัง
docker compose start
Re-running with a new configuration
ถ้าแก้ .env (เช่น เปลี่ยน DB_SERVER หรือ password) ให้ apply config ใหม่ด้วยการ rebuild + recreate container ในที่เดิม:
docker compose up -d --build --force-recreate
ห้ามรัน
docker compose down—downจะลบ container พร้อม network (และอาจกระทบ resource อื่น) ซึ่งไม่จำเป็น คำสั่งup -d --build --force-recreateจะ recreate container ในที่พร้อม.env/config ใหม่ให้อยู่แล้ว — ใช้แค่คำสั่งนี้คำสั่งเดียว
Troubleshooting
No module named 'mcp.server.fastmcp'
อาการนี้หมายถึง Docker layer เก่ายังติดตั้ง MCP SDK 2.x อยู่ ให้ rebuild โดยไม่ใช้ cache:
docker compose build --no-cache
docker compose up -d --force-recreate
docker compose logs -f
ตรวจสอบ version ใน container ได้ด้วย:
docker compose exec mcp-server python -c "from mcp.server.fastmcp import FastMCP; print('MCP SDK v1 import OK')"
API Endpoints
/mcp เป็น endpoint เดียวของ Streamable HTTP รองรับ 3 method:
| Method / Path | หน้าที่ |
|---|---|
POST /mcp |
รับ JSON-RPC message ของ MCP (ตัวหลักที่ใช้สื่อสาร) |
GET /mcp |
เปิด SSE stream — server นี้ไม่มี server-initiated stream จึงคืน 405 ตาม spec |
DELETE /mcp |
ปิด session — โหมด stateless เป็น no-op คืน 200 เสมอ |
GET /health |
Health check (ใช้โดย Docker healthcheck) |
GET / |
ข้อมูล service และรายการ endpoint |
Session handling (stateless)
Server ทำงานแบบ stateless (คล้าย FastMCP stateless_http=True):
ตอน initialize จะ mint Mcp-Session-Id ส่งกลับมาใน response header ไว้ให้ client ที่ต้องการใช้ (optional)
แต่ request ถัดไปจะถูกยอมรับ ทั้งที่มีและไม่มี header นี้
ทำให้ client ที่ไม่ได้ส่ง session id กลับมา (เช่น Streamable HTTP path ของ PyClaw) ต่อได้โดยไม่ต้องแก้อะไร
Note: บน Docker server รันภายในที่ port 8000 แต่ expose ออกมาภายนอกที่ port 9000
MCP Client Configuration
สำหรับ Claude Desktop หรือ MCP client อื่นๆ ให้ต่อผ่าน mcp-remote (มันทำหน้าที่ bridge จาก Streamable HTTP server ไปเป็น stdio ที่ client เหล่านี้ต้องการ):
{
"mcpServers": {
"mssql-streamable-http": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"http://localhost:9000/mcp",
"--allow-http"
]
}
}
}
ถ้า client อยู่คนละเครื่องกับ server ให้เปลี่ยน localhost เป็น IP ของ server (เช่น LAN หรือ Tailscale address) ส่วน --allow-http จำเป็นเพราะ server เสิร์ฟผ่าน HTTP ธรรมดา ไม่ใช่ HTTPS
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.