Skip to content
Back to search
30
MCP

sql-mcp-server

nocentino/sql-mcp-server

SQL Server MCP demo - two MCP server patterns on SQL Server 2025: Data API Builder for CRUD and a custom TypeScript DBA monitoring server with 30 DMV-backed tools. Runs in Docker Compose.

Uptime
0.0%
136 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

io.github.nithish1206/sqlservermcp
MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis
0 tools
io.github.connorbritain/mssql
MCP server for Microsoft SQL Server — schema discovery, profiling, safe writes, and DDL
0 tools
io.github.ConnorBritain/mssql
MCP server for Microsoft SQL Server — schema discovery, profiling, safe writes, and DDL
0 tools
@mseep/apisql-mcp
MCP server for executing SQL queries via API SQL service
0 tools
mcp-dev-cli
MCP Server — unified parallel development platform. Structured startup flow, governed multi-role sessions, audit trail, recovery, dashboard,
0 tools
io.github.cocaxcode/database-mcp
MCP server for database connectivity. Multi-DB (PostgreSQL, MySQL, SQLite), 19 tools.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "sql-mcp-server": {
      "url": "https://www.nocentino.com/posts/2026-05-24-giving-copilot-visibility-into-sql-server-with-mcp/",
      "transport": "http"
    }
  }
}