mssql-mcp-server
@leopeng1995
关于 mssql-mcp-server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mssql-mcp-server": {
"command": "uv",
"args": [
"--directory",
"H:/workspaces/leopeng1995/mssql-mcp-server",
"run",
"arxiv-mcp-server"
],
"env": {
"MSSQL_SERVER": "localhost",
"MSSQL_PORT": "1433",
"MSSQL_USER": "username",
"MSSQL_PASSWORD": "password",
"MSSQL_DATABASE": "database"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mssql-mcp-server?
mssql-mcp-server is a Model Context Protocol (MCP) server designed to connect AI assistants to Microsoft SQL Server databases. It enables tools like Cline to query and interact with SQL Server via the MCP standard.
How to use mssql-mcp-server?
Clone the repository, navigate into it, run uv sync, then uv run mssql-mcp-server. Configure it in Cline (or another MCP client) by adding a JSON block with environment variables for the SQL Server connection: MSSQL_SERVER, MSSQL_PORT, MSSQL_USER, MSSQL_PASSWORD, MSSQL_DATABASE, and optionally MSSQL_CHARSET (e.g., "UTF-8" or "CP936").
Key features of mssql-mcp-server
- Connects to Microsoft SQL Server via MCP
- Configurable through environment variables
- Supports custom charset (UTF‑8, CP936, etc.)
- Uses
uvfor Python dependency management
Use cases of mssql-mcp-server
—
FAQ from mssql-mcp-server
—
数据库 分类下的更多 MCP 服务器
Meilisearch MCP Server
meilisearchA Model Context Protocol (MCP) server for interacting with Meilisearch through LLM interfaces.
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
Elasticsearch MCP Server
elasticRedis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
评论