Skip to content

Commit 300e151

Browse files
authored
docs: Add read-only Python MSSQL server implementation to README
This PR adds a new Python-based MSSQL server implementation to complement the existing Node.js version. Key differences: - Language: Python implementation vs existing Node.js implementation - Access Mode: Read-only by design for enhanced security - Features: - Configurable access controls - Schema inspection capabilities - Safe database interaction through Python ecosystem - Built with Python's robust database handling libraries This implementation provides an alternative for users who prefer Python or need Python-specific database handling features while maintaining the same security standards as the original MSSQL server.
1 parent 3d53053 commit 300e151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ A growing set of community-developed and maintained servers demonstrates various
127127
- **[MCP Installer](https://github.com/anaisbetts/mcp-installer)** - This server is a server that installs other MCP servers for you.
128128
- **[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.
129129
- **[MSSQL](https://github.com/aekanun2020/mcp-server/)** - MSSQL database integration with configurable access controls and schema inspection
130+
- **[MSSQL-Python](https://github.com/amornpan/py-mcp-mssql)** (by amornpan) - A read-only Python implementation for MSSQL database access with enhanced security features, configurable access controls, and schema inspection capabilities. Focuses on safe database interaction through Python ecosystem.
130131
- **[Markdownify](https://github.com/zcaceres/mcp-markdownify-server)** - MCP to convert almost anything to Markdown (PPTX, HTML, PDF, Youtube Transcripts and more)
131132
- **[Minima](https://github.com/dmayboroda/minima)** - MCP server for RAG on local files
132133
- **[MongoDB](https://github.com/kiliczsh/mcp-mongo-server)** - A Model Context Protocol Server for MongoDB.

0 commit comments

Comments
 (0)