mcp-sqlserver-tools

sbahekar26/mcp-sqlserver-tools
★ 0 stars C# Database Updated today
MCP server exposing SQL Server as read-only tools for LLM clients, with AST-based query guardrails
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": {
    "mcp-sqlserver-tools": {
      "command": "npx",
      "args": [
        "-y",
        "sbahekar26/mcp-sqlserver-tools"
      ]
    }
  }
}

README Excerpt

An [MCP](https://modelcontextprotocol.io) server in C# that exposes a SQL Server database to an LLM client as a set of read-only tools. Built to answer a specific question: what does it take to let a model query a production-shaped database without giving it a way to change anything? The interesting part is not the plumbing — the MCP C# SDK handles that. It is the safety layer:

Tools (11)

MCP_AUDIT_FAIL_OPENMCP_AUDIT_PATHMCP_COMMAND_TIMEOUTMCP_DB_CONNECTIONMCP_DB_PROVIDERMCP_MAX_RESPONSE_BYTESMCP_MAX_ROWSdescribe_tablelist_tablesquerysample_rows
📊
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 →