MCP.so
ログイン

Mssql Mcp Server

@stilllovee

Mssql Mcp Server について

MCP server enables AI agents to interact with MSSQL.

基本情報

カテゴリ

データベース

トランスポート

stdio

公開者

stilllovee

投稿者

stilllovee

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mssql": {
      "command": "npx",
      "args": [
        "github:stilllovee/mssql-mcp-server"
      ],
      "env": {
        "DB_SERVER": "servername",
        "DB_DATABASE": "dbname",
        "DB_USER": "username",
        "DB_PASSWORD": "password",
        "DB_TRUST_SERVER_CERTIFICATE": "true",
        "DB_ENCRYPT": "true"
      }
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Mssql Mcp Server?

Mssql Mcp Server is an implementation of the Model Context Protocol (MCP) that enables AI agents to interact with MSSQL databases.

How to use Mssql Mcp Server?

Run it using the command npx github:stilllovee/mssql-mcp-server in your terminal.

Key features of Mssql Mcp Server

  • Execute SQL queries.
  • Structured JSON responses.

Use cases of Mssql Mcp Server

FAQ from Mssql Mcp Server

コメント

「データベース」の他のコンテンツ