Microsoft SQL Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.
Read-only-by-default SQL Server: schema, parameterized SELECT, execution plans; writes opt-in.
Today is the operative word: we check Microsoft SQL Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis
Read-only MCP server for Microsoft SQL Server — schema discovery, profiling, safe querying
MCP server for Microsoft SQL Server — read and data write operations, no DDL
Standalone Postgres MCP server — schema-aware, read-only by default, installable everywhere.
Read-only SQL querying + schema introspection over Postgres & SQLite, with a gated write mode.
MCP server for one MySQL database: schema, read-only queries and guarded writes.
MCP server for Microsoft SQL Server — schema discovery, profiling, safe writes, and DDL
Production-grade PostgreSQL MCP server — 254 tools for query, tuning & ops, read-only by default.
Answers built from our own checks of this server.