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

评论

数据库 分类下的更多 MCP 服务器