caorui
|
2ea5d50351
|
# MSSQL MCP Server
## Overview
MSSQL MCP Server, provides database interaction and business intelligence capabilities. This server enables running SQL queries, analyzing business data, and automatically generating business insight memos.
Refer to the official website's SQLite for modifications to adapt to MSSQL
## Components
- `read_query`
- Execute SELECT queries to read data from the database
- `write_query`
- Execute INSERT, UPDATE, or DELETE queries
- `create_table`
- Create new tables in the database
- `list_tables`
- Get a list of all tables in the database
- `describe-table`
- View schema information for a specific table
- `append_insight`
- Add new business insights to the memo resource
## Operating environment
- `Python 3.x`
- `Packages`
- pyodbc>=4.0.39
- pydantic>=2.0.0
- mcp>=0.1.0
- `ODBC Driver 17 for SQL Server`
## Usage
### Install packages
```bash
CD /d ~/mssql-mcp
pip install -r requirements.txt
```
### config
```bash
#with server.py same folder create config.json,add:
{
"database": {
"driver": "ODBC Driver 17 for SQL Server",
"server": "server ip",
"database": "db name",
"username": "username",
"password": "password",
"trusted_connection": false
},
"server": {
"name": "mssql-manager",
"version": "0.1.0",
"host": "0.0.0.0",
"port": 8080
}
}
```
### Claude Desktop 、 Windsurf
```bash
# add to claude_desktop_config.json. Note:use your path
{
"mcpServers": {
"mssql": {
"command": "py",
"args": [
# your path,e.g.:"C:\\mssql-mcp\\src\\server.py"
"~/server.py"
]
}
}
}
```
### Cursor
```bash
# Note:use your path
Type:command
Command:py C:\\mssql-mcp\\src\\server.py
```
### MCP Inspector
```bash
# Note:use your path
npx -y @modelcontextprotocol/inspector py C:\\mssql-mcp\\src\\server.py
```
## License
MIT License
|
2025-03-13 14:16:28 +08:00 |
|
Rajesh Vijay
|
d6434c9ab4
|
Added onenote mcp server to README.md
|
2025-03-12 17:39:20 -07:00 |
|
Shira Ayal
|
2f75213d01
|
fastapi to mcp auto generator under resources in readme
|
2025-03-13 00:51:23 +02:00 |
|
Alex Andru
|
4a8a2b5204
|
Add MCP-Framework to frameworks
|
2025-03-12 23:43:29 +01:00 |
|
Alex Andru
|
081a5b5fc7
|
Add Reddit and Discord communities
Long overdue! Sorry for the delay
|
2025-03-12 23:39:59 +01:00 |
|
Tadas Antanavicius
|
8b448fbd47
|
Merge pull request #645 from abel9851/mariadb-mcp
Add MariaDB MCP server
|
2025-03-12 10:52:58 -07:00 |
|
Tadas Antanavicius
|
57b4df43ac
|
Merge pull request #638 from paulgb/main
add forevervm
|
2025-03-12 10:50:59 -07:00 |
|
Tadas Antanavicius
|
7b9eb7b698
|
Merge pull request #636 from kapilduraphe/okta_mcp_server
Added Okta MCP server
|
2025-03-12 10:47:54 -07:00 |
|
Tadas Antanavicius
|
638fe0d6cb
|
Merge pull request #631 from thearyanag/patch-1
feat: add Solana Agent Kit
|
2025-03-12 10:46:36 -07:00 |
|
Tadas Antanavicius
|
6e070dcb7d
|
Merge pull request #629 from marcklingen/patch-1
feat: add Langfuse prompt management server to readme
|
2025-03-12 10:45:29 -07:00 |
|
Tadas Antanavicius
|
2c88e77b89
|
Merge pull request #622 from aartiles/patch-1
Adding Audiense Insights MCP Sever to the official integrations
|
2025-03-12 10:44:22 -07:00 |
|
Tadas Antanavicius
|
44cecb3dbe
|
Merge pull request #621 from ruixingshi/feature/add-deepseek-thinker-mcp
feat: add a community server, deepseek-thinker-mcp
|
2025-03-12 10:33:54 -07:00 |
|
Tadas Antanavicius
|
635ce45cc9
|
Merge pull request #616 from MFYDev/main
Add MFYDev/Ghost-MCP to the community servers list
|
2025-03-12 10:31:38 -07:00 |
|
Tadas Antanavicius
|
2777dd5350
|
Merge pull request #582 from DappierAI/dappier-mcp
docs: add dappier mcp server
|
2025-03-12 10:24:51 -07:00 |
|
Tadas Antanavicius
|
6b2075f6af
|
Merge pull request #601 from mfukushim/map-traveler
update README.md to add map-traveler-mcp to Community Server list
|
2025-03-12 10:17:01 -07:00 |
|
leonardsellem
|
f8123fe153
|
Add n8n-mcp-server to Community Servers list
|
2025-03-12 17:24:51 +01:00 |
|
QDS
|
c62518931f
|
Add Bankless MCP to README.md
Added the bankless mcp to the mcp list. Official integration by bankless for the bankless onchain api.
|
2025-03-12 17:24:25 +01:00 |
|
Vincent Koc
|
a91cd0a9a8
|
chore(docs): added comet opik MCP
|
2025-03-12 20:59:57 +11:00 |
|
vcart
|
b2b93f4d13
|
Add EVM MCP Server to community servers
|
2025-03-11 23:33:42 -04:00 |
|
vcart
|
ab34024e87
|
Add Template MCP Server to Frameworks section
|
2025-03-11 23:00:06 -04:00 |
|
Jai Radhakrishnan
|
8a3cdf1c6d
|
Merge branch 'main' into main
|
2025-03-11 16:18:40 -07:00 |
|
Amit Arora
|
2325943601
|
Merge branch 'main' into aws-cost-explorer
|
2025-03-11 17:01:12 -04:00 |
|
ahujasid
|
72488d9ca0
|
Merge branch 'main' into blender-mcp
|
2025-03-11 22:36:51 +05:30 |
|
stephen37
|
0c0bc87d04
|
Add Official Milvus integration for MCP
|
2025-03-11 15:11:41 +01:00 |
|
David Soria Parra
|
e65ec2d551
|
Merge pull request #728 from jpshack-at-palomar/jps/bug-541
bug(github): Add missing pull request operations to MCP server
|
2025-03-11 10:09:22 +00:00 |
|
GongRzhe
|
f2521b57fc
|
Update README.md
|
2025-03-11 17:04:50 +08:00 |
|
ahujasid
|
8948cca5f5
|
Merge branch 'main' into blender-mcp
|
2025-03-11 12:08:22 +05:30 |
|
Sylvain Cau
|
51967ef64f
|
docs: Add discourse-mcp-server to README.md
|
2025-03-10 17:19:41 -07:00 |
|
Mahesh Murag
|
6908e7f662
|
Merge pull request #769 from kapustor/patch-1
Put ClickHouse MCP server to the right line according to the alphabet…
|
2025-03-10 17:56:57 -04:00 |
|
ahujasid
|
203fa29722
|
Added Blender MCP to README
|
2025-03-11 01:23:31 +05:30 |
|
Amaan
|
cd2da9c22c
|
Merge branch 'main' into dappier-mcp
|
2025-03-10 15:13:28 +05:30 |
|
Alex Strick van Linschoten
|
14dd8788d6
|
Update README.md
|
2025-03-10 09:47:05 +01:00 |
|
Alex Strick van Linschoten
|
e651af2228
|
Add ZenML MCP Server
|
2025-03-10 09:45:21 +01:00 |
|
Aniket Handa
|
b5e1e05f58
|
Add mcp-server-airbnb to community servers
|
2025-03-09 20:05:50 -07:00 |
|
Amit Arora
|
10d9963d57
|
add aws cost explorer MCP server to the community server list
|
2025-03-09 21:56:05 -04:00 |
|
Raoul Biagioni
|
d1ee0673cb
|
Add Intercom to community servers
|
2025-03-09 19:25:50 +00:00 |
|
Dmitry Pavlov
|
f700872e6a
|
Put ClickHouse MCP server to the right line according to the alphabetical order in README.md
|
2025-03-09 15:00:51 +01:00 |
|
Shen Li
|
4dc761a6bb
|
Adding AWS Athena MCP Server.
|
2025-03-08 21:32:33 -08:00 |
|
Kirk Marple
|
09ea0155e7
|
Merge branch 'main' into graphlit-mcp-server
|
2025-03-08 12:59:26 -08:00 |
|
Marc
|
b7c3d97b3b
|
Update README.md
|
2025-03-07 13:47:40 -05:00 |
|
Marc
|
d2e02693c2
|
Update README.md
|
2025-03-07 13:46:38 -05:00 |
|
Tim Wang
|
ee06315206
|
Add xcodebuild mcp server tool
|
2025-03-07 20:13:03 +11:00 |
|
Giacomo Randazzo
|
ff63227d57
|
Add Rember MCP server
|
2025-03-06 22:13:25 +01:00 |
|
Jeremy Oldfather
|
f7119eefda
|
Added chronulus server to official list
|
2025-03-06 14:04:06 -05:00 |
|
mektigboy
|
db2ad825fd
|
Update README.md
Add MCP server for Hyperliquid
|
2025-03-07 00:55:09 +08:00 |
|
HeejunShin
|
f0b52de994
|
Merge branch 'main' into mariadb-mcp
|
2025-03-07 00:09:44 +09:00 |
|
Dmytro Krasun
|
964686381e
|
Merge branch 'main' into screenshotone-mcp-server
|
2025-03-06 14:58:31 +01:00 |
|
Paul
|
9b77d2c212
|
Update README.md
|
2025-03-06 02:50:57 -06:00 |
|
Suhail
|
512efdada5
|
docs: Add Typesense MCP server to community servers list
|
2025-03-06 10:40:05 +05:30 |
|
Ashik Nesin
|
1b0742ec31
|
docs: add Pushover MCP server to community servers list
|
2025-03-05 21:32:29 +05:30 |
|