MCP Server for Microsoft SQL Server — no native drivers required
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":"yuppie-mcp-mssql","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.
# yuppie-mcp-mssql Microsoft SQL Server MCP Server — 让 AI 助手能够查询和操作 SQL Server,**无需安装任何本地驱动**(纯 Python 实现)。 ## 特性 - 无驱动:基于 `python-tds`,无需 ODBC 驱动或 FreeTDS - 权限控制:INSERT / UPDATE / DELETE / DDL 各自独立开关,默认全只读 - 支持 stdio 和 Streamable HTTP 两种传输模式 ## 快速开始 ### Claude Code 在 `.mcp.json` 中添加(`--refresh` 强制拉取 PyPI 最新版,忽略本地缓存): ```json { "mcpServers": { "mssql": { "type": "stdio", "command": "uvx", "args": ["--refresh", "yuppie-mcp-mssql"], "env": { "DB_HOST": "localhost", "DB_PORT": "1433", "DB_NAME": "master", "DB_USER": "sa", "DB_PASSWORD": "your_password" } } } } ``` ### Cursor 在 `~/.cursor/mcp.json` 中添加: ```json { "mcpServers": { "mssql": { "command": "uvx", "args": ["yuppie-mcp-mssql"], "env": { "DB_HOST": "localhost", "DB_USER": "sa", "DB_PASSWORD": "your_password" } } } } ``` ### Cherry Studio 打开 **设置** → **MCP Servers**,粘贴以下 JSON 配置: ```json { "mcpServers": { "mssql": { "command": "uvx", "args": ["yuppie-mcp-mssql"], "env": { "DB_HOST": "your_host", "DB_PORT": "1433", "DB_NAME": "your_database", "DB_USER": "your_username", "DB_PASSWORD": "your_password" } } } } ``` ### OpenCode 在 `~/.opencode/opencode.json` 中添加: ```json { "$schema": "https://opencode.ai/config.json", "mcp": { "mssql": { "type": "local", "command": ["uvx", "yuppie-mcp-mssql"], "enabled": true, "environment": { "DB_HOST": "localhost", "DB_USER": "sa", "DB_PASSWORD": "your_password" } } } } ``` ### Claude Desktop 在 `claude_desktop_config.json` 中添加: ```json { "mcpServers": { "mssql": { "command": "uvx", "args": ["yuppie-mcp-mssql"], "env": { "DB_HOST": "localhost", "DB_USER": "sa", "DB_PASSWORD": "your_password" } } } } ``` ## 环境变量 ### 连接配置 |…
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.