Command Palette

Search for a command to run...

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

Mssql Pyodbc

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

Local stdio MCP server for read-only Microsoft SQL Server access through Python and pyodbc, providing test connection, list tables, describe table, and query to

GitHubEmbed

Описание

Local stdio MCP server for read-only Microsoft SQL Server access through Python and pyodbc, providing test connection, list tables, describe table, and query tools.

README

Local stdio MCP server for read-only Microsoft SQL Server access through Python and pyodbc.

Features

  • test_connection: validates configuration and checks DB connectivity.
  • list_tables: lists accessible user tables.
  • describe_table: returns simple column metadata.
  • query: executes read-only SELECT queries and returns at most 100 rows.

The first release supports one configured MSSQL database and SQL username/password authentication only.

Environment Variables

Required:

  • MSSQL_SERVER
  • MSSQL_DATABASE
  • MSSQL_USER
  • MSSQL_PASSWORD

Optional defaults:

  • MSSQL_DRIVER=ODBC Driver 18 for SQL Server
  • MSSQL_PORT=1433
  • MSSQL_TRUST_SERVER_CERTIFICATE=yes

The implementation sets Encrypt=no and passes TrustServerCertificate from the environment. For production-like environments, use a properly trusted server certificate and tighten encryption settings before exposing the server beyond local agent usage.

Some older SQL Server instances only support legacy TLS settings. If pyodbc fails with unsupported protocol, run the MCP server with:

export OPENSSL_CONF="$PWD/scripts/openssl-legacy.cnf"

Install

python -m venv .venv
. .venv/bin/activate
pip install -e ".[dev]"

You also need a Microsoft SQL Server ODBC driver installed on the host, such as ODBC Driver 18 for SQL Server.

Run

export MSSQL_SERVER=localhost
export MSSQL_DATABASE=MyDatabase
export MSSQL_USER=my_user
export MSSQL_PASSWORD=my_password
export MSSQL_DRIVER="ODBC Driver 18 for SQL Server"
export MSSQL_PORT=1433
export MSSQL_TRUST_SERVER_CERTIFICATE=yes
export OPENSSL_CONF="$PWD/scripts/openssl-legacy.cnf"

mssql-pyodbc-mcp

Live DB Checks

After exporting the environment variables, verify the local setup with:

python scripts/check_odbc_connection.py
python scripts/check_mcp_tools.py

Codex MCP Example

Configure your MCP client to run the command:

mssql-pyodbc-mcp

Pass the environment variables through your MCP client configuration or shell environment.

Safety Notes

  • The query tool accepts general SELECT and CTE-style read queries.
  • Mutating, schema-changing, administrative, EXEC, and multi-statement SQL are rejected by policy.
  • Query results are limited to 100 rows.
  • Use a read-only SQL Server account whenever possible.
  • Passwords and full connection strings are not returned in tool responses.

Tests

pytest

The unit tests do not require a live MSSQL instance.

from github.com/tsod/mssql-pyodbc-mcp

Установить Mssql Pyodbc в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install mssql-pyodbc-mcp

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add mssql-pyodbc-mcp -- uvx --from git+https://github.com/tsod/mssql-pyodbc-mcp mssql-pyodbc-mcp

FAQ

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

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

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

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

Mssql Pyodbc — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

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

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

Похожие MCP

Compare Mssql Pyodbc with

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

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

Автор?

Embed-бейдж для README

Похожее

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