From 24ec3601b7decc85b99cd43aa7958973647929ae Mon Sep 17 00:00:00 2001 From: xuwenbin Date: Tue, 15 Apr 2025 22:22:14 +0800 Subject: [PATCH 1/4] Update README-zh.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 提交 mysql_mcp_server_pro --- README-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-zh.md b/README-zh.md index 69fd7e24..8a8eaa4c 100644 --- a/README-zh.md +++ b/README-zh.md @@ -204,6 +204,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [jovezhong/mcp-timeplus](https://github.com/jovezhong/mcp-timeplus) 🐍 ☁️ - 用于Apache Kafka和Timeplus的MCP服务器。能够列出Kafka主题、轮询Kafka消息、将Kafka数据本地保存,并通过Timeplus使用SQL查询流数据。 - [@fireproof-storage/mcp-database-server](https://github.com/fireproof-storage/mcp-database-server) 📇 ☁️ - Fireproof 分布式账本数据库,支持多用户数据同步 - [designcomputer/mysql_mcp_server](https://github.com/designcomputer/mysql_mcp_server) 🐍 🏠 - MySQL 数据库集成可配置的访问控制、模式检查和全面的安全指南 +- [wenb1n-dev/mysql_mcp_server_pro](https://github.com/wenb1n-dev/mysql_mcp_server_pro) 🐍 🏠 - 支持SSE,STDIO;不仅止于mysql的增删改查功能;还包含了数据库异常分析能力;根据角色控制数据库权限;且便于开发者们进行个性化的工具扩展 - [f4ww4z/mcp-mysql-server](https://github.com/f4ww4z/mcp-mysql-server) 🐍 🏠 - 基于 Node.js 的 MySQL 数据库集成,提供安全的 MySQL 数据库操作 - [FreePeak/db-mcp-server](https://github.com/FreePeak/db-mcp-server) 🏎️ 🏠 – 一款基于Golang构建的高性能多数据库MCP服务器,支持MySQL和PostgreSQL(即将支持NoSQL)。内置查询执行、事务管理、模式探索、查询构建以及性能分析工具,与Cursor无缝集成优化数据库工作流程。 - [@modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) 📇 🏠 - PostgreSQL 数据库集成了模式检查和查询功能 From db78e0239afc37429104c5972c6064b15926afb2 Mon Sep 17 00:00:00 2001 From: xuwenbin Date: Tue, 15 Apr 2025 22:26:22 +0800 Subject: [PATCH 2/4] Update README.md add mysql_mcp_server_pro --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 54616923..1c520450 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [Dataring-engineering/mcp-server-trino](https://github.com/Dataring-engineering/mcp-server-trino) 🐍 ☁️ - Trino MCP Server to query and access data from Trino Clusters. - [tuannvm/mcp-trino](https://github.com/tuannvm/mcp-trino) 🏎️ ☁️ - A Go implementation of a Model Context Protocol (MCP) server for Trino - [designcomputer/mysql_mcp_server](https://github.com/designcomputer/mysql_mcp_server) 🐍 🏠 - MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines +- [wenb1n-dev/mysql_mcp_server_pro](https://github.com/wenb1n-dev/mysql_mcp_server_pro) 🐍 🏠 - Supports SSE, STDIO; not only limited to MySQL's CRUD functionality; also includes database exception analysis capabilities; controls database permissions based on roles; and makes it easy for developers to extend tools with customization - [domdomegg/airtable-mcp-server](https://github.com/domdomegg/airtable-mcp-server) 📇 🏠 - Airtable database integration with schema inspection, read and write capabilities - [edwinbernadus/nocodb-mcp-server](https://github.com/edwinbernadus/nocodb-mcp-server) 📇 ☁️ - Nocodb database integration, read and write capabilities - [ergut/mcp-bigquery-server](https://github.com/ergut/mcp-bigquery-server) 📇 ☁️ - Server implementation for Google BigQuery integration that enables direct BigQuery database access and querying capabilities From da3239b91027bd6f395a0d07481ef5509d0f1657 Mon Sep 17 00:00:00 2001 From: xuwenbin Date: Thu, 17 Apr 2025 16:08:17 +0800 Subject: [PATCH 3/4] Update README-zh.md --- README-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-zh.md b/README-zh.md index 8a8eaa4c..de245ac6 100644 --- a/README-zh.md +++ b/README-zh.md @@ -554,6 +554,7 @@ AI助手可以通过翻译工具和服务在不同语言之间翻译内容。 - [quarkiverse/quarkus-mcp-server](https://github.com/quarkiverse/quarkus-mcp-server) ☕ - 用于基于Quarkus构建MCP服务器的Java SDK。 - [lastmile-ai/mcp-agent](https://github.com/lastmile-ai/mcp-agent) 🤖 🔌 - 使用简单、可组合的模式,通过MCP服务器构建高效的代理。 - [mullerhai/sakura-mcp](https://github.com/mullerhai/sakura-mcp) 🦀 ☕ - Scala MCP 框架 构建企业级MCP客户端和服务端 shade from modelcontextprotocol.io. +- [easymcp](https://github.com/wenb1n-dev/easyMcp.git) - 用于python中,使开发者快速的搭建一个支持stdio与sse 启动方式的mcp server服务简易框架 - ## 实用工具 From aa837fe70c0e1c71f775d21c8f5dda146c80125a Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Sun, 20 Apr 2025 04:08:19 -0400 Subject: [PATCH 4/4] Update README-zh.md --- README-zh.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index 5bc27aad..e70ba062 100644 --- a/README-zh.md +++ b/README-zh.md @@ -559,8 +559,7 @@ AI助手可以通过翻译工具和服务在不同语言之间翻译内容。 - [quarkiverse/quarkus-mcp-server](https://github.com/quarkiverse/quarkus-mcp-server) ☕ - 用于基于Quarkus构建MCP服务器的Java SDK。 - [lastmile-ai/mcp-agent](https://github.com/lastmile-ai/mcp-agent) 🤖 🔌 - 使用简单、可组合的模式,通过MCP服务器构建高效的代理。 - [mullerhai/sakura-mcp](https://github.com/mullerhai/sakura-mcp) 🦀 ☕ - Scala MCP 框架 构建企业级MCP客户端和服务端 shade from modelcontextprotocol.io. -- [easymcp](https://github.com/wenb1n-dev/easyMcp.git) - 用于python中,使开发者快速的搭建一个支持stdio与sse 启动方式的mcp server服务简易框架 -- + ## 实用工具 - [boilingdata/mcp-server-and-gw](https://github.com/boilingdata/mcp-server-and-gw) 📇 - 带有示例服务器和 MCP 客户端的 MCP stdio 到 HTTP SSE 传输网关