A Model Context Protocol (MCP) server that enables secure interaction with Microsoft SQL Server databases. mcp 2.x-compatible fork of microsoft_sql_server_mcp.
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"mssql-mcp-server-v2","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Microsoft SQL Server MCP Server (v2) [](https://pypi.org/project/mssql-mcp-server-v2/) [](https://opensource.org/licenses/MIT) <a href="https://glama.ai/mcp/servers/29cpe19k30"> <img width="380" height="200" src="https://glama.ai/mcp/servers/29cpe19k30/badge" alt="Microsoft SQL Server MCP server" /> </a> A Model Context Protocol (MCP) server for secure SQL Server database access through Claude Desktop. > **This is a fork** of [RichardHan/mssql_mcp_server](https://github.com/RichardHan/mssql_mcp_server) > (original copyright Dana K. Williams, MIT licensed), ported to the `mcp` 2.x > `on_*`-handler server API and republished under a new package name so it can > be installed independently of the original. See [Credits](#credits) below. > No changes have been proposed back to the upstream repo. ## Features - 🔍 List database tables - 📊 Execute SQL queries (SELECT, INSERT, UPDATE, DELETE) - 🔐 Multiple authentication methods (SQL, Windows, Azure AD) - 🏢 LocalDB and Azure SQL support - 🔌 Custom port configuration ## Quick Start ### Install with Claude Desktop Add to your `claude_desktop_config.json`: ```json { "mcpServers": { "mssql": { "command": "uvx", "args": ["--from", "mssql-mcp-server-v2", "mssql_mcp_server"], "env": { "MSSQL_SERVER": "localhost", "MSSQL_DATABASE": "your_database", "MSSQL_USER": "your_username", "MSSQL_PASSWORD": "your_password" } } } } ``` `--from` is required because the PyPI package name (`mssql-mcp-server-v2`) is different from the command it provides (`mssql_mcp_server`) — without it, `uvx` tries to fetch a package literally named `mssql_mcp_server`, which doesn't exist. **On Windows**, use `mssql_mcp_server.exe` (with the `.exe` suffix) as the last arg instead of `mssql_mcp_server`: ```json "args": ["--from", "mssql-mcp-server-v2", …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.