Microsoft SQL Server
A Model Context Protocol (MCP) server for connecting to and querying Microsoft SQL Server databases.
mssql-mcp-server
mssql-mcp-server is a Model Context Protocol (MCP) server for connecting to Microsoft SQL Server.
Installation
git clone https://github.com/leopeng1995/mssql-mcp-server.git
cd mssql-mcp-server
uv sync
uv run mssql-mcp-server
Configuration in 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": []
}
}
}
Note: The MSSQL_CHARSET value is case-sensitive.
相關伺服器
MCP Microsoft SQL Server
An MCP server for integrating with Microsoft SQL Server databases.
Multi Database MCP Server
An MCP server that provides AI assistants with structured access to multiple databases simultaneously.
MCP Persistence
MCP Persistence: your AI Agent now creates and manages databases on its own
Supabase MCP Server
An MCP server providing administrative control over a Supabase PostgreSQL database, compatible with Cursor's Composer and Codeium's Cascade.
Neo4j
Neo4j graph database server (schema + read/write-cypher) and separate graph database backed memory
PostgreSQL MCP Server
A server for managing PostgreSQL databases, enabling comprehensive database operations.
MySQL MCP Server
Provides access to a MySQL database, allowing agents to execute SQL queries.
MCP Memory libSQL
A persistent memory system for MCP using libSQL, providing vector search and efficient knowledge storage.
Uniswap Pools MCP
Query Uniswap pools and pairs by token address for structured data.
Snowflake Stored Procedure Integration
Integrates and executes Snowflake stored procedures through an MCP server.