MSSQL MCP サーバー
Microsoft SQL Server データベースに接続するためのモデルコンテキストプロトコル (MCP) サーバー。このサーバーは、SQL クエリの実行とデータベース接続の管理のためのツールを提供します。
インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の MSSQL データベース コネクタを自動的にインストールするには:
手動インストール
使用法
MCP 設定構成ファイルにサーバーを追加します。
ツール
クエリ
MSSQL データベースで SQL クエリを実行します。
パラメータ
connectionString
(文字列、オプション): 完全な接続文字列 (個々のパラメータの代替)host
(文字列、オプション): データベースサーバーのホスト名port
(数値、オプション): データベースサーバのポート (デフォルト: 1433)database
(文字列、オプション): データベース名 (デフォルト: master)username
(文字列、オプション): データベースのユーザー名password
(文字列、オプション): データベースのパスワードquery
(文字列、必須): 実行するSQLクエリencrypt
(ブール値、オプション): 暗号化を有効にする (デフォルト: false)trustServerCertificate
(ブール値、オプション): 信頼サーバー証明書 (デフォルト: true)
connectionString
または ( host
+ username
+ password
) のいずれかを指定する必要があります。
例
発達
ライセンス
マサチューセッツ工科大学
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
SQL クエリの実行と Microsoft SQL Server データベースとの接続の管理を可能にするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- AsecurityAlicenseAqualityEnables execution of SQL queries and management of Microsoft SQL Server database connections through the Model Context Protocol.Last updated -339614MIT License
- -securityAlicense-qualityA Model Context Protocol server that enables secure and structured interaction with Microsoft SQL Server databases, allowing AI assistants to list tables, read data, and execute SQL queries with controlled access.Last updated -48MIT License
- -securityFlicense-qualityA Model Context Protocol server that provides comprehensive access to Microsoft SQL Server databases, enabling Language Models to inspect schemas, execute queries, manage database objects, and perform advanced database operations.Last updated -7