From 300e1515802cdbeb4b8883c5315ed857f971c6f4 Mon Sep 17 00:00:00 2001 From: Amornpan Phornchaicharoen Date: Sun, 9 Feb 2025 18:56:23 +0700 Subject: [PATCH] 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. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 98205ee2..ce6aa91c 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,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) - 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. - **[Markdownify](https://github.com/zcaceres/mcp-markdownify-server)** - MCP to convert almost anything to Markdown (PPTX, HTML, PDF, Youtube Transcripts and more) - **[Minima](https://github.com/dmayboroda/minima)** - MCP server for RAG on local files - **[MongoDB](https://github.com/kiliczsh/mcp-mongo-server)** - A Model Context Protocol Server for MongoDB.