MS SQL MCP Server 1.1
@MCP-Mirror
MS SQL MCP Server 1.1 について
Mirror of
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MS SQL MCP Server 1.1?
A bridge that lets AI assistants like Claude directly query and explore Microsoft SQL Server databases. It enables read-only SQL queries, table discovery, schema viewing, and natural-language-to-SQL generation without coding.
How to use MS SQL MCP Server 1.1?
Install Node.js (v14+), clone the repository, run npm install, copy .env.example to .env, edit database credentials, then start with npm start (stdio) or npm run start:sse (HTTP/SSE). Use the bundled client with npm run client for a menu-driven interface.
Key features of MS SQL MCP Server 1.1
- Read-only SQL execution to protect data
- Database table discovery and schema viewing
- Natural language question‑to‑SQL generation
- Pattern‑based table search and pagination support
- Offline/local credential storage – no external service
- Bundled interactive client with menu‑driven tools
Use cases of MS SQL MCP Server 1.1
- Data analysts get AI‑assisted insights without sharing credentials
- Developers explore database structure via natural conversation
- Business analysts query data without SQL expertise
- DBAs provide controlled AI access to database schemas
- Build business intelligence reports (sales trends, customer segmentation)
FAQ from MS SQL MCP Server 1.1
Is the server read‑only by default?
Yes, all queries are executed as read‑only to ensure data safety.
What transport protocols are supported?
The server supports stdio (default) and HTTP/SSE (start with npm run start:sse).
Where are database credentials stored?
Credentials are stored locally in the .env file and are never sent to external services.
What runtime is required?
Node.js version 14 or higher. Access to a Microsoft SQL Server database (on‑premises or Azure).
What tools does the server expose?
Key tools include mcp_SQL_mcp_discover_database(), mcp_SQL_mcp_table_details(), mcp_SQL_mcp_execute_query(), mcp_SQL_mcp_discover_tables(), and mcp_SQL_mcp_get_query_results().
「データベース」の他のコンテンツ
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
PostgreSQL Model Context Protocol (PG-MCP) Server
stuzeroMCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.
Multi Database MCP Server
FreePeakA powerful multi-database server implementing the Model Context Protocol (MCP) to provide AI assistants with structured access to databases.
コメント