mcpbeat Sign in

SQL Server Analyst MCP Server

by coregentdevspace Your server? Claim it
local only

SQL Server Analyst MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm.

Read-only SQL Server Analyst MCP — safe schema, stored procedure, and performance analysis.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 26 · avg 7 · -9% w/w
a month agotoday
24
Installs / week
npm · sql-server-analyst-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add sql-server-analyst-mcp -- npx -y sql-server-analyst-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "sql-server-analyst-mcp": {
      "args": [
        "-y",
        "sql-server-analyst-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.sql-server-analyst-mcp]
command = "npx"
args = ["-y", "sql-server-analyst-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "sql-server-analyst-mcp": {
      "args": [
        "-y",
        "sql-server-analyst-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "sql-server-analyst-mcp": {
      "args": [
        "-y",
        "sql-server-analyst-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MSSQL_SERVER (SQL Server hostname or FQDN (e.g. <name>.database.windows.net for Azure SQL).), MSSQL_PORT (TCP port (default 1433; set 0 for named instance with dynamic port).), MSSQL_DATABASE (Default database to connect to. Most tools also accept an override argument.), MSSQL_USER (SQL authentication login name.), MSSQL_PASSWORD (SQL authentication password. Quote values containing '#' in .env files.), MSSQL_ENCRYPT (Encrypt the connection (true|false). Required true for Azure SQL.), MSSQL_TRUST_SERVER_CERT (Trust self-signed certificates (true|false). Use true only for local dev.), ALLOWED_DATABASES (Comma-separated allowlist of databases the server may access. Empty = unrestricted.), ALLOWED_SCHEMAS (Comma-separated allowlist of schemas for schema tools. Empty = unrestricted.), MAX_ROWS (Default row limit per safe query (default 100).), MAX_ROWS_LIMIT (Hard cap on query rows (default 1000).), QUERY_TIMEOUT_MS (Query execution timeout in milliseconds (default 30000).), LOG_LEVEL (error | warn | info | debug (default info).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to SQL Server Analyst MCP

same job, measured the same way
SqlServerMcp
by nithish1206

MCP server for SQL Server: schema inspection, safe read-only queries, query plan analysis

local only
DBeast PostgreSQL MCP
by snss10

PostgreSQL MCP server for schema, query, health, security, and performance analysis.

local only
I
Mssql Reader
by connorbritain

Read-only MCP server for Microsoft SQL Server — schema discovery, profiling, safe querying

544 installs/wk local only
MySQL MCP
by gistrec

MCP server for one MySQL database: schema, read-only queries and guarded writes.

27 installs/wk local only
db-compare
by yadu-tv

Read-only MCP to diff SQL Server/Azure SQL schema, procs, views, and tables between environments.

70 installs/wk local only
SqlAugur
by mbentham

MCP server providing AI assistants with safe, read-only SQL Server access

local only
JDBC MCP Server
by igorolv

Read-only PostgreSQL, Oracle and SQL Server access for AI agents: SQL, plans, schema, index stats

local only
Orionbelt Analytics
by ralfbecher

Ontology-based MCP server for database schema analysis and RDF/OWL ontology generation

1 038 installs/wk local only

SQL Server Analyst MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for SQL Server Analyst MCP?
SQL Server Analyst MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package sql-server-analyst-mcp was installed 24 times last week.
Is SQL Server Analyst MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect SQL Server Analyst MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls sql-server-analyst-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use SQL Server Analyst MCP?
The npm package sql-server-analyst-mcp was installed 24 times in the last week. Week over week that is -9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.