MSSQL MCP Server (Streamable HTTP)
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MSSQL MCP Server (Streamable HTTP)Preview the first 10 rows of the Customers table."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 ยังคงเดิม
Related MCP server: sql-mcp-server
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 | หน้าที่ |
| ดึง context ของฐานข้อมูลทั้งหมด (schema, ความสัมพันธ์, คู่มือ T-SQL) — ควรเรียกตัวนี้ก่อนรัน query |
| รันคำสั่ง T-SQL query บนฐานข้อมูล |
| ดูตัวอย่างข้อมูลในตาราง (กำหนดจำนวนแถวได้) |
| ข้อมูลทั่วไปของฐานข้อมูล (ชื่อ, จำนวนตาราง, ขนาด, version) |
| รีเฟรช cache ของ schema ฐานข้อมูล |
MCP Resources (2)
URI | หน้าที่ |
| ลิสต์ตารางทั้งหมดในฐานข้อมูล |
| ดึง 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-streamablehttp2. เริ่มรัน server
chmod +x start_docker.sh # ทำแค่ครั้งแรกครั้งเดียว
./start_docker.shscript จะสร้าง .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=Passw0rd123456host.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 startRe-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 | หน้าที่ |
| รับ JSON-RPC message ของ MCP (ตัวหลักที่ใช้สื่อสาร) |
| เปิด SSE stream — server นี้ไม่มี server-initiated stream จึงคืน 405 ตาม spec |
| ปิด session — โหมด stateless เป็น no-op คืน 200 เสมอ |
| Health check (ใช้โดย Docker healthcheck) |
| ข้อมูล 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceProvides safe, configurable SQL database access via MCP tools, enabling schema introspection, predefined queries, and structured updates with multi-backend support.Last updated2MIT
- Alicense-qualityDmaintenanceMCP server for SQL Server database interactions, providing tools to list databases, get schema, and execute parameterized SELECT queries.Last updated271MIT
- Alicense-qualityCmaintenanceEnables SQL query execution and database structure browsing via MCP tools and resources.Last updatedMIT
- Alicense-qualityDmaintenanceEnables Claude Code and other MCP clients to interact with Microsoft SQL Server databases through standardized tools for query execution, schema exploration, table management, and stored procedure execution.Last updated2311MIT
Related MCP Connectors
Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.
34 production API tools over one hosted MCP endpoint.
MCP server for interacting with the Supabase platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/aekanun2020/fixed-2026-mssql-mcp-server-streamablehttp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server