Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Mssql Server

БесплатноНе проверен

Enables Claude Code and other MCP clients to interact with Microsoft SQL Server databases through standardized tools for query execution, schema exploration, ta

GitHubEmbed

Описание

Enables Claude Code and other MCP clients to interact with Microsoft SQL Server databases through standardized tools for query execution, schema exploration, table management, and stored procedure execution.

README

An MCP (Model Context Protocol) server for Microsoft SQL Server integration built with NestJS. This server enables Claude Code and other MCP clients to interact with SQL Server databases through standardized tools.

Features

  • MCP Protocol Support: Full implementation of Model Context Protocol for SQL Server operations
  • Windows Authentication: Supports both Windows (NTLM) and SQL Server authentication
  • Comprehensive SQL Tools: Execute queries, explore schema, manage tables, and run stored procedures
  • Health Monitoring: Built-in health checks for database connectivity
  • Connection Pooling: Efficient database connection management

MCP Tools

The server exposes these SQL operations as MCP tools:

  • execute-query: Execute SQL queries with parameter support
  • get-schema: Retrieve database schema information
  • list-tables: List all tables in the database
  • describe-table: Get detailed table structure with constraints
  • get-table-data: Retrieve paginated table data with filtering
  • execute-procedure: Execute stored procedures with parameters

Installation

npm install

Configuration

Create a .env file with your database configuration:

# SQL Server Connection
MSSQL_HOST=localhost
MSSQL_PORT=1433
MSSQL_DATABASE=your_database

# Authentication Mode (choose one)
# For SQL Server Authentication:
MSSQL_USERNAME=your_username
MSSQL_PASSWORD=your_password

# For Windows Authentication:
MSSQL_WIN_AUTH=true
MSSQL_DOMAIN=your_domain
MSSQL_USERNAME=domain\username
MSSQL_PASSWORD=your_password

# Connection Options
MSSQL_ENCRYPT=true
MSSQL_TRUST_CERT=true

# Server Port
PORT=3000

Development

# Start in development mode
npm run start:dev

# Start with debugging
npm run start:debug

# Build the application
npm run build

# Start production build
npm run start:prod

Testing

# Unit tests
npm run test

# Watch mode
npm run test:watch

# End-to-end tests
npm run test:e2e

# Test coverage
npm run test:cov

Code Quality

# Run ESLint with auto-fix
npm run lint

# Format code with Prettier
npm run format

MCP Endpoints

When the server is running (default port 3000):

  • MCP Protocol: http://localhost:3000/mssql/mcp
  • SSE (Claude Code): http://localhost:3000/mssql/sse
  • Health Check: http://localhost:3000/mssql/health

Usage with Claude Code

  1. Start the MCP server: npm run start:dev
  2. Configure Claude Code to connect to: http://localhost:3000/mssql/mcp
  3. Use the exposed SQL tools through Claude Code's MCP interface

Architecture

  • MCPModule: Handles MCP protocol implementation with /mssql namespace
  • DatabaseModule: Manages SQL Server connectivity and authentication
  • HealthModule: Provides database health monitoring
  • No REST endpoints: All functionality exposed through MCP tools only

License

ISC

from github.com/blueshiftlabs-ai/mcp-mssql-server

Установка Mssql Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/blueshiftlabs-ai/mcp-mssql-server

FAQ

Mssql Server MCP бесплатный?

Да, Mssql Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Mssql Server?

Нет, Mssql Server работает без API-ключей и переменных окружения.

Mssql Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Mssql Server в Claude Desktop, Claude Code или Cursor?

Открой Mssql Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Mssql Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории data