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 MongoDB Server
kiliczshA Model Context Protocol Server for MongoDB
mcp_mysql_server
wenb1n-devModel Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
MySQL MCP Server
designcomputerA Model Context Protocol (MCP) server that enables secure interaction with MySQL databases
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
MongoDB Lens
furey🍃🔎 MongoDB Lens: Full Featured MCP Server for MongoDB Databases
コメント