sql-server-mcp

az-coder-123/sql-server-mcp
★ 2 stars TypeScript 🤖 AI/LLM Updated today
Model Context Protocol (MCP) server for MS SQL Server. Enables LLMs and AI agents (Cursor, Copilot, Claude) to safely explore schemas and execute read-only queries with advanced SQL injection protection.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sql-server-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "az-coder-123/sql-server-mcp"
      ]
    }
  }
}

Topics

ai-agentdata-toolsllmmcpmcp-servermodel-context-protocolsqlsql-server