S

SQL Server

Provides robust SQL Server database access with T-SQL validation, connection management, and cross-platform Docker support for executing queries, discovering sc

SQL·No reviews yet
Repo
Share:

About

Provides robust SQL Server database access with T-SQL validation, connection management, and cross-platform Docker support for executing queries, discovering schemas, and exploring table structures.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

query
Run a read-only SQL query
list_tables
List tables in the connected database
describe_table
Return column info for a table

Screenshots

No screenshots yet.

Install SQL Server

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "sql-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sql-server"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "sql-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sql-server"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "sql-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sql-server"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.