MCP SQL Server
@MKhan997733
MCP SQL Server について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP SQL Server?
MCP SQL Server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely interact with SQL Server databases through local connections. It provides tools for database exploration, query execution, and data analysis via a controlled interface.
How to use MCP SQL Server?
Clone the repository, install dependencies (npm install), configure environment variables (DB_SERVER, DB_NAME, DB_USER, DB_PASSWORD, DB_PORT) in a .env file, then add the server to Claude Desktop’s claude_desktop_config.json with the correct absolute path and environment variables. After restarting Claude Desktop, you can ask questions like “What tables are in my database?” or “Show me the schema of the Users table”.
Key features of MCP SQL Server
- Secure local database access using SQL Authentication
- Schema exploration: discover tables, columns, and relationships
- Query execution with proper error handling
- Built‑in safety controls against harmful operations
- Read‑only query execution by default
- Tools to list stored procedures, indexes, and constraints
Use cases of MCP SQL Server
- Enabling Claude to explore and query a local SQL Server database
- Discovering table structures and relationships without manual inspection
- Executing safe, read‑only SELECT queries through natural language
- Auditing database schema, indexes, and constraints via AI assistance
- Rapidly retrieving top‑ or filtered‑data from production‑like local databases
FAQ from MCP SQL Server
What dependencies does MCP SQL Server require?
Node.js 18.0 or higher, npm, a SQL Server instance, and the Claude Desktop application.
How does MCP SQL Server access the database?
It connects to a local SQL Server using SQL Authentication, configured through environment variables (DB_SERVER, DB_NAME, DB_USER, DB_PASSWORD, DB_PORT). Only localhost connections are accepted.
Is query execution read‑only?
By default, the execute_query tool runs SELECT queries only. For enhanced security, you should configure the database user with read‑only permissions.
How do I configure MCP SQL Server in Claude Desktop?
Edit claude_desktop_config.json found in the Claude Desktop config directory (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\, Linux: ~/.config/Claude/) and add a server entry pointing to node with the absolute path to mcp-server-sql/index.js and the required environment variables.
What security best practices are recommended?
Use a dedicated SQL Server login with minimal required permissions, configure the database user for read‑only access, restrict connections to localhost, and enable SQL Server audit logging to track all queries.
「データベース」の他のコンテンツ
Chroma MCP Server
chroma-coreA Model Context Protocol (MCP) server implementation that provides database capabilities for Chroma
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MotherDuck's DuckDB MCP Server
motherduckdbLocal MCP server for DuckDB and MotherDuck
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
MCP Server for Milvus
zilliztechModel Context Protocol Servers for Milvus
コメント