A
securityA
licenseA
qualityEnables execution of SQL queries and management of Microsoft SQL Server database connections through the Model Context Protocol.
Last updated -
29
121
14
TypeScript
MIT License
Microsoft SQL Server Express と連携するための MCP サーバー。Windows および SQL Server 認証をサポートします。
このリポジトリをクローンする
claude_desktop_config.json
に追加します:
Windows 認証の場合:
--auth windows
を設定する--trusted-connection yes
設定するSQL Server 認証の場合:
--auth sql
を設定する--username
と--password
を追加するget_allowed_databases
: アクセスが許可されているデータベースのリストを取得するread_query
: SELECTクエリを実行するwrite_query
: INSERT/UPDATE/DELETEクエリを実行するcreate_table
: 新しいテーブルを作成するlist_tables
: データベース内のすべてのテーブルを一覧表示するdescribe_table
: テーブルスキーマを表示するThis server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Microsoft SQL Server Express とのやり取りを容易にし、自然言語 MCP コマンドによるクエリ、テーブル管理、スキーマ検査などのデータベース操作をサポートします。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hanweg/mcp-sqlexpress'
If you have feedback or need assistance with the MCP directory API, please join our Discord server