mssql-mcp-server

Chillwind132/mssql-mcp-server
★ 1 stars Python Database Updated today
Remote Microsoft SQL Server operations via ODBC, exposed as an MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mssql-mcp-server": {
      "command": "uvx",
      "args": [
        "mssql-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install mssql-mcp-server

README Excerpt

Remote Microsoft SQL Server operations via ODBC, exposed as an MCP (Model Context Protocol) server. Connects to any SQL Server instance using per-caller credentials elicited at runtime — passwords live only in server memory with an idle TTL and are never logged. - **Query tools** — `connect` / `disconnect` / `list_sessions` session lifecycle, `execute_sql` with table/JSON/CSV output, and `explain_query` for estimated or actual Showplan XML execution plans

Topics

ai-agentsdatabasemcpmcp-servermodel-context-protocolmssqlsql-server
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →