SQL Server runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 12 Sep 2026.
Servidor MCP para SQL Server com controle de permissões e modo somente-leitura
Today is the operative word: we check 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.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add sqlserver -- uvx sqlserver-mcp-tools
{
"mcpServers": {
"sqlserver": {
"args": [
"sqlserver-mcp-tools"
],
"command": "uvx"
}
}
}
[mcp_servers.sqlserver]
command = "uvx"
args = ["sqlserver-mcp-tools"]
{
"mcpServers": {
"sqlserver": {
"args": [
"sqlserver-mcp-tools"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"sqlserver": {
"args": [
"sqlserver-mcp-tools"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
MSSQL_CONNECTION_STRING (String de conexão ODBC para o SQL Server).
The author declared them in the registry entry; get the values from the project itself.
MCP server for dbatools — exposes SQL Server management commands as MCP tools
Zero-config MCP server for searchable documentation. SQLite or PostgreSQL.
Database MCP server for schema discovery, comments, and SQL queries.
Local-first memory for coding agents — MCP server, single SQLite file, local embeddings
An MCP server for MySQL databases.
MCP server for local SQLite database operations
Token-efficient MCP server for MySQL, PostgreSQL, and SQLite
Token-efficient MCP server for MySQL, PostgreSQL, and SQLite
Answers built from our own checks of this server.