VOOZH about

URL: https://glama.ai/mcp/servers/leopeng1995/mssql-mcp-server?locale=zh-CN

⇱ ArXiv MCP 服务器 by leopeng1995 | Glama


mssql-mcp-服务器

mssql-mcp-server 是用于连接 Microsoft SQL Server 的模型上下文协议 (MCP) 服务器。

安装

git clone https://github.com/leopeng1995/mssql-mcp-server.git
cd mssql-mcp-server

uv sync
uv run mssql-mcp-server

Related MCP server: ArXiv MCP Server

Cline 中的配置

{
 "mcpServers": {
 "mssql-mcp-server": {
 "command": "uv",
 "args": [
 "--directory",
 "H:/workspaces/leopeng1995/mssql-mcp-server",
 "run",
 "mssql-mcp-server"
 ],
 "env": {
 "MSSQL_SERVER": "localhost",
 "MSSQL_PORT": "1433",
 "MSSQL_USER": "username",
 "MSSQL_PASSWORD": "password",
 "MSSQL_DATABASE": "database",
 "MSSQL_CHARSET": "UTF-8" # or CP936 ...
 },
 "disabled": false,
 "autoApprove": []
 }
 }
}

注意: MSSQL_CHARSET值区分大小写。

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/leopeng1995/mssql-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server