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
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
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
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
Amaan
cd2da9c22c
Merge branch 'main' into dappier-mcp
2025-03-10 15:13:28 +05:30
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
HeejunShin
f0b52de994
Merge branch 'main' into mariadb-mcp
2025-03-07 00:09:44 +09:00
m.fukushima
198d86ef34
update category
2025-03-05 20:15:31 +09:00
Masahiro Fukushima
48bdad1da9
Merge branch 'main' into map-traveler
2025-03-05 20:12:15 +09:00
John-Mason P. Shackelford
32f49f4487
feat(github): Add missing pull request operations to MCP server
...
Add support for all pull request operations documented in README.md that were
previously missing from the MCP server implementation. This includes:
- get_pull_request: Get details of a specific pull request
- list_pull_requests: List and filter repository pull requests
- create_pull_request_review: Create a review on a pull request
- merge_pull_request: Merge a pull request
- get_pull_request_files: Get the list of files changed in a pull request
- get_pull_request_status: Get the combined status of all status checks
- update_pull_request_branch: Update a PR branch with latest base branch changes
- get_pull_request_comments: Get the review comments on a pull request
- get_pull_request_reviews: Get the reviews on a pull request
2025-03-03 17:03:20 -05:00
Fanyang Meng
59bc0b0dea
Merge branch 'main' into main
2025-03-03 16:00:48 -05:00
David Soria Parra
941266c05a
Merge pull request #490 from iskakaushik/patch-1
...
Update README.md to include mcp-clickhouse
2025-03-03 16:33:41 +00:00
Kaushik Iska
edaa896ed2
add ClickHouse mcp server
2025-03-03 10:27:11 -06:00
Fanyang Meng
48812df3f7
Merge branch 'main' into main
2025-02-28 09:02:01 -05:00
Amaan
530d9ef3c8
Merge branch 'main' into dappier-mcp
2025-02-27 20:55:53 +05:30
Masahiro Fukushima
c8f4c46865
Merge branch 'main' into map-traveler
2025-02-25 21:46:07 +09:00
Marc Klingen
b8254dd08b
Merge branch 'main' into patch-1
2025-02-25 02:57:11 +01:00
HeejunShin
f80544601b
Merge branch 'main' into mariadb-mcp
2025-02-25 09:01:32 +09:00
Mahesh Murag
ddffd2325d
Merge pull request #669 from maxprilutskiy/main
...
docs: add @lingodotdev
2025-02-24 11:42:16 -05:00
David Soria Parra
d12118c8a8
Merge pull request #650 from nickscamara/patch-1
...
Add Official Firecrawl MCP server
2025-02-24 16:02:44 +00:00
Kapil Duraphe
7da8b78f14
Merge branch 'main' into okta_mcp_server
2025-02-24 10:29:51 -05:00
Max Prilutskiy
a6dbebb6af
fix: fix links to the docs
2025-02-24 16:03:35 +01:00
Max Prilutskiy
b6bbb6a669
docs: add @lingodotdev
2025-02-24 16:00:18 +01:00
HeejunShin
97bda7231e
fix: modify url in readme
2025-02-24 01:25:57 +09:00
HeejunShin
639498521f
Merge branch 'main' into mariadb-mcp
2025-02-23 00:07:15 +09:00
David Soria Parra
0a04d400d6
Merge pull request #627 from olaservo/add-annotation-example
...
Add annotated message example to everything-server
2025-02-21 21:25:52 +00:00
David Soria Parra
c79cc05674
Merge pull request #648 from sakce/main
...
Add monday.com community server to README
2025-02-21 21:23:53 +00:00
David Soria Parra
8ac56f91c6
Merge pull request #649 from serafimcloud/main
...
add 21st.dev official MCP
2025-02-21 18:53:31 +00:00
Nicolas
31dfa6443b
Add Firecrawl to Readme
2025-02-21 12:35:22 -03:00
serafim.eth
e92350c8eb
fix: server url
2025-02-21 17:16:50 +03:00
serafim.eth
927a05e08c
add 21st.dev official MCP
2025-02-21 14:59:06 +03:00
Jovan Sakovic
93b7222a36
Add monday.com community server to README
2025-02-21 10:40:20 +01:00
HeejunShin
54a7ce2635
Added MariaDB MCP server
2025-02-20 23:52:30 +09:00
Paul Butler
8b4abcc2bf
add forevervm
2025-02-19 17:11:41 -05:00
Kapil Duraphe
fa06b8d3ea
Added Okta MCP server
2025-02-18 14:25:21 -05:00
aryan
961ef3be6e
feat: add Solana Agent Kit
...
This PR adds Solana Agent Kit MCP server by SendAI, which allows for 40+ protocol actions and growing.
2025-02-16 16:14:11 -07:00
Marc Klingen
369cd253c4
feat: add Langfuse prompt management server to readme
2025-02-15 22:33:00 +01:00
Masahiro Fukushima
481c052e2d
Merge branch 'main' into map-traveler
2025-02-16 00:12:36 +09:00
Ola Hungerford
19b701baa3
Add annotated message example
2025-02-14 20:39:55 -07:00
Alfredo Artiles
ecf8236ccc
Adding Audiense Insights MCP Sever to the official integrations
2025-02-13 13:46:23 +01:00
shiruixing
e792407721
feat: add deepseek-thinker-mcp
2025-02-13 20:41:22 +08:00