Mssql Reader runs on your own machine — the client starts it, so there is no endpoint to ping. 556 installs a week from npm.
Read-only MCP server for Microsoft SQL Server — schema discovery, profiling, safe querying
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 mssql-reader -- npx -y @connorbritain/mssql-mcp-reader
{
"mcpServers": {
"mssql-reader": {
"args": [
"-y",
"@connorbritain/mssql-mcp-reader"
],
"command": "npx"
}
}
}
[mcp_servers.mssql-reader]
command = "npx"
args = ["-y", "@connorbritain/mssql-mcp-reader"]
{
"mcpServers": {
"mssql-reader": {
"args": [
"-y",
"@connorbritain/mssql-mcp-reader"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mssql-reader": {
"args": [
"-y",
"@connorbritain/mssql-mcp-reader"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.