A Model Context Protocol (MCP) server that enables secure interaction with Microsoft SQL Server databases.
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":"yulin-mssql-mcp","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 [](https://pypi.org/project/yulin-mssql-mcp/) [](https://opensource.org/licenses/MIT) A Model Context Protocol (MCP) server for secure SQL Server database access through Claude Desktop. ## 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": ["yulin-mssql-mcp"], "env": { "MSSQL_SERVER": "localhost", "MSSQL_DATABASE": "your_database", "MSSQL_USER": "your_username", "MSSQL_PASSWORD": "your_password" } } } } ``` ## Configuration ### Basic SQL Authentication ```bash MSSQL_SERVER=localhost # Required MSSQL_DATABASE=your_database # Required MSSQL_USER=your_username # Required for SQL auth MSSQL_PASSWORD=your_password # Required for SQL auth ``` ### Windows Authentication ```bash MSSQL_SERVER=localhost MSSQL_DATABASE=your_database MSSQL_WINDOWS_AUTH=true # Use Windows credentials ``` ### Azure SQL Database ```bash MSSQL_SERVER=your-server.database.windows.net MSSQL_DATABASE=your_database MSSQL_USER=your_username MSSQL_PASSWORD=your_password # Encryption is automatic for Azure ``` ### Optional Settings ```bash MSSQL_PORT=1433 # Custom port (default: 1433) MSSQL_ENCRYPT=true # Force encryption MCP_DEBUG=1 # Enable debug logging to stderr ``` ## Alternative Installation Methods ### Using pip ```bash pip install yulin-mssql-mcp ``` Then in `claude_desktop_config.json`: ```json { "mcpServers": { "mssql": { "command": "yulin-mssql-mcp", …
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.