Built for macOS users running SQL Server in Docker, this server connects AI assistants to SQL Server databases through 12 tools covering schema exploration, relationship mapping, and read-only queries. You get list_databases, describe_table, get_table_relationships, search_schema, and execute_query for SELECT statements with automatic timeouts and row limits. It uses the pure JavaScript mssql driver (no native dependencies), supports SQL Server authentication, and caches schema metadata for 60 minutes by default. Install via npx with your connection string in environment variables. Windows users should grab the sibling package that supports Windows Authentication through ODBC drivers.
claude mcp add --transport stdio io.github.tharanabope-sql-server-mcp-macos uvx sql-server-mcp-macos