SQL Server MCP

Integrations

  • Enables Windsurf (Codeium's AI assistant) to connect to and interact with Microsoft SQL Server databases.

  • Offers GitHub integration for issue reporting and troubleshooting related to the MCP server functionality.

mcp-노드-mssql

용법

커서

자세한 내용은 공식 커서 문서를 참조하세요.

  1. mcp.json 파일을 엽니다(또는 만듭니다). (이 파일은 ~/.cursor/mcp.json 또는 <project-root>/.cursor/mcp.json 에 있어야 하지만, 자세한 내용은 커서 문서를 참조하세요).
  2. 다음 세부 정보를 추가하고 파일을 저장합니다.

지엑스피1

윈드서핑

자세한 내용은 Windsurf 공식 문서를 참조하세요.

  1. Windsurf MCP Configuration Panel 엽니다.
  2. Add custom server 클릭합니다.
  3. 다음 세부 정보를 추가하고 파일을 저장합니다.
{ "mcpServers": { "mssql": { "command": "npx", "args": [ "-y", "mcp-node-mssql" ], "env": { "DB_HOST": "localhost", "DB_PORT": "1433", "DB_USERNAME": "<username>", "DB_PASSWORD": "<password>", "DB_DATABASE": "<database>" } } } }

클로드 코드

자세한 내용은 공식 Claude Code 문서를 참조하세요.

Claude Code CLI에서 새 MCP 서버를 추가할 수 있습니다. 하지만 JSON 파일을 직접 수정하는 것이 더 간단합니다!

  1. Claude Code 구성 파일을 엽니다( ~/.claude.json 에 있어야 함).
  2. projects > mcpServers 섹션을 찾아 다음 세부 정보를 추가하고 파일을 저장합니다.
{ "projects": { "mcpServers": { "mssql": { "command": "npx", "args": [ "-y", "mcp-node-mssql" ], "env": { "DB_HOST": "localhost", "DB_PORT": "1433", "DB_USERNAME": "<username>", "DB_PASSWORD": "<password>", "DB_DATABASE": "<database>" } } } } }

문제 및 문제 해결

다른 작업을 하기 전에, 반드시 최신 버전을 실행하고 있는지 확인하세요!

이 MCP 서버를 사용하는 데 문제가 발생하면 GitHub 에서 문제를 열어주세요!

개발

설치

npm install

짓다

npm run build

개발 서버를 로컬로 실행

게시된 패키지를 사용하는 대신 MCP 서버의 로컬 개발 버전을 테스트하려면 다음 단계를 따르세요.

  1. 프로젝트를 빌드하세요:
npm run build
  1. 로컬 빌드를 참조하도록 mcp.json 파일을 만들거나 수정하세요.
{ "mcpServers": { "mssql": { "command": "node", "args": [ "/path/to/your/local/mcp-node-mssql/dist/index.js" ], "env": { "DB_HOST": "localhost", "DB_PORT": "1433", "DB_USERNAME": "<username>", "DB_PASSWORD": "<password>", "DB_DATABASE": "<database>" } } } }
  1. 다음 위치 중 하나에 mcp.json 파일을 넣으세요.
    • 커서의 경우: 홈 디렉토리( ~/.cursor/mcp.json ) 또는 프로젝트 디렉토리( .cursor/mcp.json )
    • Windsurf의 경우: MCP 구성 패널을 사용하여 사용자 지정 서버를 추가합니다.
  2. 새로운 구성을 로드하려면 AI 어시스턴트(Cursor 또는 Windsurf)를 다시 시작하세요.

이를 통해 새 버전을 게시하지 않고도 MCP 서버의 변경 사항을 즉시 테스트할 수 있습니다.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

AI 어시스턴트(Cursor, Windsurf, Claude Code)가 환경에서 구성 가능한 연결을 통해 연결을 제공함으로써 Microsoft SQL Server 데이터베이스와 상호 작용할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.

  1. Usage
    1. Cursor
    2. Windsurf
    3. Claude Code
  2. Issues and Troubleshooting
    1. Development
      1. Installation
      2. Build
      3. Running the Development Server Locally

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that enables secure and structured interaction with Microsoft SQL Server databases, allowing AI assistants to list tables, read data, and execute SQL queries with controlled access.
      Last updated -
      12
      Python
      MIT License
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that enables secure interaction with Microsoft SQL Server databases, allowing AI assistants to list tables, read data, and execute SQL queries through a controlled interface.
      Last updated -
      1
      30
      Python
      MIT License
      • Linux
      • Apple
    • -
      security
      -
      license
      -
      quality
      A Model Context Protocol server that enables AI assistants to securely interact with ClickHouse databases, supporting table exploration and SQL query execution through a controlled interface.
      Last updated -
      6
      Python
      Apache 2.0
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server implementation that enables AI assistants to execute SQL queries and interact with SQLite databases through a structured interface.
      Last updated -
      6
      TypeScript
      MIT License

    View all related MCP servers

    ID: o4qk49s0sp