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.
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Crunchbase
Access Crunchbase data for business information and insights. Requires a Crunchbase API key.
Redash
Execute queries and retrieve results using the Redash API.
LoanPro MCP Server
An MCP server providing read-only access to LoanPro financial data.
Outreach.io by CData
A read-only MCP server for querying live data from Outreach.io using the CData JDBC Driver.
Fantasy Premier League
Access Fantasy Premier League (FPL) data and tools, including player information, team details, and gameweek data.
AskTable
Interact with AskTable SaaS or local deployments to query data sources using natural language.
MantraChain
Interact with the MantraChain (Cosmos SDK) blockchain.
CData ActiveCampaign Server
Access and manage ActiveCampaign data through the CData JDBC Driver.
Unofficial Gene Ontology MCP Server
Access Gene Ontology (GO) data for ontology-based analysis, gene annotation research, and functional enrichment studies.
Elasticsearch
Connects agents to Elasticsearch data, enabling natural language interaction with indices.