Skip to main content
Glama

mssql-mcp-서버

mssql-mcp-server는 Microsoft SQL Server에 연결하기 위한 MCP(Model Context Protocol) 서버입니다.

설치

지엑스피1

Related MCP server: ArXiv-MCP

클라인에서의 구성

{
  "mcpServers": {
    "mssql-mcp-server": {
      "command": "uv",
      "args": [
        "--directory",
        "H:/workspaces/leopeng1995/mssql-mcp-server",
        "run",
        "mssql-mcp-server"
      ],
      "env": {
        "MSSQL_SERVER": "localhost",
        "MSSQL_PORT": "1433",
        "MSSQL_USER": "username",
        "MSSQL_PASSWORD": "password",
        "MSSQL_DATABASE": "database",
        "MSSQL_CHARSET": "UTF-8" # or CP936 ...
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

참고: MSSQL_CHARSET 값은 대소문자를 구분합니다.

-
security - not tested
A
license - permissive license
-
quality - not tested

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/leopeng1995/mssql-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server