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.
Verwandte Server
Databricks
Fetch enterprise data and automate developer actions on the Databricks platform.
MongoDB
Provides read-only access to MongoDB databases through standardized MCP tools and resources.
Simple PostgreSQL MCP Server
An MCP server for executing SQL queries on PostgreSQL databases with configurable permissions.
BigQuery
Inspect database schemas and execute queries on Google BigQuery.
MCP Oracle Server
A server that provides tools to interact with an Oracle database.
A-Share MCP
Provides A-share stock market data, including basic info, historical K-lines, financial indicators, and macroeconomic data using Baostock.
LanceDB
A vector database server for storing, searching, and managing vector embeddings.
AWS Athena MCP Server
An MCP server for querying and interacting with AWS Athena.
MCP Persistence
MCP Persistence: your AI Agent now creates and manages databases on its own
Supabase Next.js Server
A simple notes system for Next.js applications using Supabase as the backend.