SqlToAi

RalfHuesing/SqlToAi
★ 0 stars C# AI/LLM Updated today
A Model Context Protocol (MCP) server for SQL Server, enabling AI assistants to explore schemas, validate queries, and execute SQL securely.
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": {
    "sqltoai": {
      "command": "npx",
      "args": [
        "-y",
        "RalfHuesing/SqlToAi"
      ]
    }
  }
}

README Excerpt

**SqlToAi** is a lightweight, secure, and highly customizable Model Context Protocol (MCP) server for Microsoft SQL Server. It allows AI agents and LLMs (such as Cursor, Windsurf, or Claude Desktop) to interact with databases securely, retrieve schema information, and run read-only queries with on-the-fly string anonymization to protect PII.

Tools (8)

AnonymizationRulesAnonymizerDatabasesDefaultModeLoggingMetadataProviderQueryExecutionSqlServer

Topics

aicsharpdatabasedotnetllmmcpmcp-servermodel-context-protocolmssqlsql-server