-
Notifications
You must be signed in to change notification settings - Fork 965
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Add an official Python-MSSQL MCP Server to README #563
base: main
Are you sure you want to change the base?
Conversation
👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@@ -106,6 +106,7 @@ A growing set of community-developed and maintained servers demonstrates various | |||
- **[MCP Installer](https://github.com/anaisbetts/mcp-installer)** - This server is a server that installs other MCP servers for you. | |||
- **[mcp-k8s-go](https://github.com/strowk/mcp-k8s-go)** - Golang-based Kubernetes server for MCP to browse pods and their logs, events, namespaces and more. Built to be extensible. | |||
- **[MSSQL](https://github.com/aekanun2020/mcp-server/)** - MSSQL database integration with configurable access controls and schema inspection | |||
- **[MSSQL-Python](https://github.com/amornpan/py-mcp-mssql)** (by amornpan)- MSSQL database integration in Python with configurable access controls and schema inspection |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can't access that link - maybe the link is wrong or your repo is private?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for catching that! I've updated the repository to be public and verified that the link is now accessible. Please let me know if you need any further adjustments.
Description
py-mcp-mssql
Python MSSQL MCP Server for connecting to Microsoft SQL Server database
Features:
Server Details
Motivation and Context
This update improves the connection stability and expands the functionality to process and execute SQL commands more efficiently.
How Has This Been Tested?
Tested with multiple LLM clients under scenarios including data retrieval, query processing, and command execution to ensure robustness and reliability.
Breaking Changes
No breaking changes; updates are backward compatible.
Types of changes
Checklist
Additional context
The update focuses on enhancing server performance and security protocols to provide users with a more reliable and secure database interaction experience.