# SQL Server MCP (npm · @cevelas/mcp-sqlserver)

MCP server for DBAs running dozens of SQL Server instances: grouped connections, plans, indexes

- Trust score: 83/100 (high trust)
- Change this week: +16
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- npm · `@cevelas/mcp-sqlserver`: 83/100 (this document), [markdown](https://verifymcp.io/servers/cvelasquez-mcp-sqlserver/cevelas-mcp-sqlserver.md), [page](https://verifymcp.io/servers/cvelasquez-mcp-sqlserver/cevelas-mcp-sqlserver)

## Channel facts

- Registry: `npm`
- Package: `@cevelas/mcp-sqlserver`
- Version: `3.1.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 55 of 163 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to cvelasquez/mcp-sqlserver).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 1 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 359 tokens (~51/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 33/100
  - Stability observed for 10 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "query" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the SQL Server MCP server?

SQL Server MCP runs locally as an npm package, launched with npx -y @cevelas/mcp-sqlserver. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add cvelasquez-mcp-sqlserver -- npx -y @cevelas/mcp-sqlserver
```

### Cursor

```json
{
  "mcpServers": {
    "cvelasquez-mcp-sqlserver": {
      "command": "npx",
      "args": [
        "-y",
        "@cevelas/mcp-sqlserver"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "cvelasquez-mcp-sqlserver": {
      "command": "npx",
      "args": [
        "-y",
        "@cevelas/mcp-sqlserver"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add cvelasquez-mcp-sqlserver -- npx -y @cevelas/mcp-sqlserver
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cvelasquez-mcp-sqlserver": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@cevelas/mcp-sqlserver"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add cvelasquez-mcp-sqlserver --command npx --arg -y --arg @cevelas/mcp-sqlserver
```

### Hermes

```yaml
mcp_servers:
  cvelasquez-mcp-sqlserver:
    command: "npx"
    args: ["-y", "@cevelas/mcp-sqlserver"]
```

### Netclaw

```json
{
  "McpServers": {
    "cvelasquez-mcp-sqlserver": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@cevelas/mcp-sqlserver"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add cvelasquez-mcp-sqlserver -t stdio -c npx -a -y @cevelas/mcp-sqlserver
```

### Other

```json
{
  "mcpServers": {
    "cvelasquez-mcp-sqlserver": {
      "command": "npx",
      "args": [
        "-y",
        "@cevelas/mcp-sqlserver"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-20 (score 83, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-19 (score 82, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-18 (score 67, −4)

- [security regression] Malware scan: pass → unverified
- [security regression] Stability: 0.23 → unverified
- [security regression] Tool safety: pass → unverified
- [security improvement] Provenance: fail → pass
- [security] The attested source repository moved: cvelasquez/mcp-sqlserver
- [functional regression] Schema quality: 34 → 51
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified
- [functional] Package version: 3.0.0 → 3.1.0
- [functional] Package version: 3.0.0 → 3.0.1

### 2026-09-17 (score 71, +4)

- [functional improvement] Stability: unverified → 0.23

### 2026-09-12 (score 67, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-10 (score 52)

First indexed and scored.

## MCP tools (7)

### `list_connections` (~19 tokens)

List all available SQL Server connections grouped by connectionGroup

### `reload_connections` (~30 tokens)

Reload connections from connections.json file without restarting the MCP server. Closes existing connection pools and loads new configuration.

### `query` (~156 tokens)

Execute a SQL query on the database

Input parameters:

- `connection` (string, required): Connection name to use
- `format` (string): Output format (default json). csv is far more compact for wide or long results: the first line is a JSON header with metadata, then the rows as CSV.
- `maxRows` (integer): Maximum rows to return across all result sets (default 1000, max 10000). When the cap is hit the query is cancelled on the server and the response starts with truncated: true. A truncated result is i…
- `sql` (string, required): SQL query to execute

### `get_schema` (~44 tokens)

Get database schema information for specific tables

Input parameters:

- `connection` (string, required): Connection name to use
- `table` (string): Table name (optional, returns all if not specified)

### `get_indexes` (~35 tokens)

Get index information for a table

Input parameters:

- `connection` (string, required): Connection name to use
- `table` (string, required): Table name

### `get_execution_plan` (~38 tokens)

Get execution plan for a query

Input parameters:

- `connection` (string, required): Connection name to use
- `sql` (string, required): SQL query to analyze

### `get_stored_procedure` (~37 tokens)

Get stored procedure definition

Input parameters:

- `connection` (string, required): Connection name to use
- `name` (string, required): Stored procedure name

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/cvelasquez-mcp-sqlserver/cevelas-mcp-sqlserver#diagnostics

## Score history

- 2026-09-20: 83
- 2026-09-19: 82
- 2026-09-18: 67
- 2026-09-17: 71
- 2026-09-16: 67
- 2026-09-15: 67
- 2026-09-14: 67
- 2026-09-13: 67
- 2026-09-12: 67
- 2026-09-11: 52
- 2026-09-10: 52

## Common questions

### What is the SQL Server MCP server?

SQL Server MCP is listed in the public MCP registry as io.github.cvelasquez/mcp-sqlserver. MCP server for DBAs running dozens of SQL Server instances: grouped connections, plans, indexes. This page covers its npm package (@cevelas/mcp-sqlserver).

### Is the SQL Server MCP server safe to use?

SQL Server MCP scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the SQL Server MCP server expose?

SQL Server MCP exposes 7 tools: list_connections, reload_connections, query, get_schema, get_indexes, and 2 more. Their descriptions and schemas cost roughly 359 tokens of context every time the server is loaded.

### Is the SQL Server MCP server still maintained?

SQL Server MCP is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the SQL Server MCP server under?

SQL Server MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/@cevelas/mcp-sqlserver
- Socket report: https://socket.dev/npm/package/@cevelas/mcp-sqlserver
- Repository: https://github.com/cvelasquez/mcp-sqlserver
- Changelog RSS feed: https://verifymcp.io/servers/cvelasquez-mcp-sqlserver/cevelas-mcp-sqlserver.xml
- Changelog JSON feed: https://verifymcp.io/servers/cvelasquez-mcp-sqlserver/cevelas-mcp-sqlserver.json
- HTML version of this page: https://verifymcp.io/servers/cvelasquez-mcp-sqlserver/cevelas-mcp-sqlserver
