A
securityA
licenseA
qualityEnables execution of SQL queries and management of Microsoft SQL Server database connections through the Model Context Protocol.
Last updated -
29
121
14
TypeScript
MIT License
用于与 Microsoft SQL Server Express 交互的 MCP 服务器。支持 Windows 和 SQL Server 身份验证。
克隆此 repo
添加到您的claude_desktop_config.json
:
对于 Windows 身份验证:
--auth windows
--trusted-connection yes
对于 SQL Server 身份验证:
--auth sql
--username
和--password
get_allowed_databases
:获取允许访问的数据库列表read_query
:执行 SELECT 查询write_query
:执行 INSERT/UPDATE/DELETE 查询create_table
:创建新表list_tables
:列出数据库中的所有表describe_table
:显示表架构This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
促进与 Microsoft SQL Server Express 的交互,支持通过自然语言 MCP 命令进行查询、表管理和模式检查等数据库操作。
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hanweg/mcp-sqlexpress'
If you have feedback or need assistance with the MCP directory API, please join our Discord server