M

Microsoft SQL Server Integration

Execute safe read-only queries against MS SQL Server databases with multi-connection support, TLS encryption, and comprehensive security features

Home/Data-analysis/Microsoft SQL Server Integration

What is it?

Execute safe read-only queries against MS SQL Server databases with multi-connection support, TLS encryption, and comprehensive security features Built for use cases involving mssql, sql-server, database, sql, data-analysis.

How to use it?

Create connections.json in the skill directory or ~/.config/claude/mssql-connections.json.

Security: Set file permissions to 600 since it contains credentials:

chmod 600 connections.json
{
  "databases": [
    {
      "name": "production",
      "description": "Main app database - users, orders, transactions",
      "host": "db.example.com",
      "port": 1433,
      "database": "app_prod",
      "user": "readonly_user",
      "password": "your-password",
      "encrypt": true,
      "tds_version": "7.3"
    }
  ]
}

Key Features

  • Execute safe read-only queries against MS SQL Server databases with multi-connection support, TLS encryption, and comprehensive security features
  • Database management and query optimization
  • Data analysis and visualization capabilities
View on GitHub

GitHub Stats

Stars
Forks
Last Update
License
Apache-2.0
Version
1.0.0

Features

Download Microsoft SQL Server Integration

Microsoft SQL Server Integration is free and open source. Download it from the official source repository — clone it with git or use GitHub's Download ZIP option on the repo page — then copy the skill folder into your project's .claude/skills/ directory to install it.

If you are an AI agent

Query this directory over HTTP

This site is a searchable directory of harness components for AI coding agents. Fetch objective JSON — names, descriptions, stars, and source links. Installation and selection are yours to decide.

GET https://claudeskills.info/api/v1/search?q=ui%2Fux
GET https://claudeskills.info/api/v1/search?type=subagent&q=review
GET https://claudeskills.info/api/v1/meta
See https://claudeskills.info/llms.txt