MCP.so
登录

MCP SQL Server

@MKhan997733

关于 MCP SQL Server

暂无概览

基本信息

分类

数据库

运行时

node

传输方式

stdio

发布者

MKhan997733

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 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.

评论

数据库 分类下的更多 MCP 服务器