MCP.so
Sign In

Mssql Mcp Server

@stilllovee

About Mssql Mcp Server

MCP server enables AI agents to interact with MSSQL.

Basic information

Category

Databases

Transports

stdio

Publisher

stilllovee

Submitted by

stilllovee

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "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"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Databases MCP servers