<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: xuwenbin</title>
    <description>The latest articles on DEV Community by xuwenbin (@wenb1ndev).</description>
    <link>https://dev.to/wenb1ndev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3431008%2F4c2f5d38-667a-443e-a075-34651c549e57.jpeg</url>
      <title>DEV Community: xuwenbin</title>
      <link>https://dev.to/wenb1ndev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wenb1ndev"/>
    <language>en</language>
    <item>
      <title>Universal database MCP server for MySQL, PostgreSQL, SQL Server, MariaDB,Oracle</title>
      <dc:creator>xuwenbin</dc:creator>
      <pubDate>Wed, 27 Aug 2025 06:21:40 +0000</pubDate>
      <link>https://dev.to/wenb1ndev/universal-database-mcp-server-for-mysql-postgresql-sql-server-mariadboracle-2cpa</link>
      <guid>https://dev.to/wenb1ndev/universal-database-mcp-server-for-mysql-postgresql-sql-server-mariadboracle-2cpa</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4kg76kfnhd9hexs02krx.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F4kg76kfnhd9hexs02krx.png" alt=" " width="800" height="211"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You may visit this Github link:&lt;br&gt;
&lt;a href="https://github.com/wenb1n-dev/SmartDB_MCP" rel="noopener noreferrer"&gt;https://github.com/wenb1n-dev/SmartDB_MCP&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;SmartDB is a universal database gateway that implements the Model Context Protocol (MCP) server interface. This gateway allows MCP-compatible clients to connect and explore different databases.&lt;/p&gt;

&lt;p&gt;Compared to similar products, SmartDB not only provides basic database connection and exploration capabilities but also adds advanced features such as OAuth 2.0 authentication , health checks, SQL optimization, and index health detection, making database management and maintenance more secure and intelligent.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fshm2hyc7n2nq45x0hp37.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fshm2hyc7n2nq45x0hp37.png" alt=" " width="800" height="423"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Currently Supported Databases
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Database&lt;/th&gt;
&lt;th&gt;Support&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;MySQL&lt;/td&gt;
&lt;td&gt;√&lt;/td&gt;
&lt;td&gt;Supports MySQL 5.6+, MariaDB 10+&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PostgreSQL&lt;/td&gt;
&lt;td&gt;√&lt;/td&gt;
&lt;td&gt;Supports PostgreSQL 9.6+, YMatrix&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Oracle&lt;/td&gt;
&lt;td&gt;√&lt;/td&gt;
&lt;td&gt;Oracle 12+&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;SQL Server&lt;/td&gt;
&lt;td&gt;√&lt;/td&gt;
&lt;td&gt;Microsoft SQL Server 2012+&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Tool List
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Tool Name&lt;/th&gt;
&lt;th&gt;Description&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;execute_sql&lt;/td&gt;
&lt;td&gt;SQL execution tool that can execute ["SELECT", "SHOW", "DESCRIBE", "EXPLAIN", "INSERT", "UPDATE", "DELETE", "CREATE", "ALTER", "DROP", "TRUNCATE"] commands based on permission configuration&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;get_db_health&lt;/td&gt;
&lt;td&gt;Analyzes database health status (connection status, transaction status, running status, lock detection) and outputs professional diagnostic reports and solutions&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;get_table_desc&lt;/td&gt;
&lt;td&gt;Searches for table structures in the database based on table names, supports multi-table queries&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;get_table_index&lt;/td&gt;
&lt;td&gt;Searches for table indexes in the database based on table names, supports multi-table queries&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;get_table_name&lt;/td&gt;
&lt;td&gt;Database table name query tool. Used to query all table names in the database or search for corresponding table names based on Chinese table names or table descriptions&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;get_db_version&lt;/td&gt;
&lt;td&gt;Database version query tool&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;sql_creator&lt;/td&gt;
&lt;td&gt;SQL query generation tool that generates corresponding SQL query statements based on different database types&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;sql_optimize&lt;/td&gt;
&lt;td&gt;A professional SQL performance optimization tool that provides expert optimization suggestions based on execution plans, table structure information, table data volume, and table indexes.&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt;
  
  
  Usage Examples
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Query the table data of the default connection pool&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flkfls1dgqqrgfd0x78zk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flkfls1dgqqrgfd0x78zk.png" alt=" " width="800" height="786"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Query the table data of the others connection pool&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh6ix5ql6hdh7mscwyvpt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fh6ix5ql6hdh7mscwyvpt.png" alt=" " width="800" height="509"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Query data from tables in other connection pools and other databases&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc8ahq8voseqh57wwbrgp.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc8ahq8voseqh57wwbrgp.png" alt=" " width="800" height="415"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Query database health status&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnyz9m6rcy7fop8nidbdh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnyz9m6rcy7fop8nidbdh.png" alt=" " width="800" height="1796"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Sql Optimize&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnx2ye4bkzq8brsk8egxm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fnx2ye4bkzq8brsk8egxm.png" alt=" " width="800" height="1859"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>mysql</category>
      <category>postgressql</category>
      <category>oracle</category>
    </item>
    <item>
      <title>Universal database MCP server for MySQL, PostgreSQL, SQL Server, MariaDB,Oracle</title>
      <dc:creator>xuwenbin</dc:creator>
      <pubDate>Wed, 20 Aug 2025 07:28:49 +0000</pubDate>
      <link>https://dev.to/wenb1ndev/universal-database-mcp-server-for-mysql-postgresql-sql-server-mariadboracle-4eco</link>
      <guid>https://dev.to/wenb1ndev/universal-database-mcp-server-for-mysql-postgresql-sql-server-mariadboracle-4eco</guid>
      <description>&lt;p&gt;Hi! I'd like to share the tool that I just worked. If you are using Anthropic's Claude AI and Database, this might be helpful to you.&lt;/p&gt;

&lt;p&gt;You may visit this Github link:&lt;br&gt;
&lt;a href="https://github.com/wenb1n-dev/SmartDB_MCP" rel="noopener noreferrer"&gt;https://github.com/wenb1n-dev/SmartDB_MCP&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;SmartDB is a universal database gateway that implements the Model Context Protocol (MCP) server interface. This gateway allows MCP-compatible clients to connect and explore different databases.&lt;/p&gt;

&lt;p&gt;Compared to similar products, SmartDB not only provides basic database connection and exploration capabilities but also adds advanced features such as OAuth 2.0 authentication , health checks, SQL optimization, and index health detection, making database management and maintenance more secure and intelligent.&lt;/p&gt;

&lt;p&gt;SmartDB’s “Superpowers”: Seven Core Advantages&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Multi-Database Support: One Tool for All Major Databases&lt;br&gt;
SmartDB supports four major database systems, covering a wide range of versions:&lt;br&gt;
MySQL: 5.6+ (including MariaDB 10+)&lt;br&gt;
PostgreSQL: 9.6+ (including YMatrix)&lt;br&gt;
Oracle: 12c+&lt;br&gt;
SQL Server: 2012+&lt;br&gt;
No matter which database your enterprise uses, SmartDB has you covered—no more switching tools for different databases.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Connection Pool Management: Boost Performance, Save Resources&lt;br&gt;
Database connections are a common performance bottleneck. SmartDB uses an efficient connection pool mechanism to reuse connections and reduce overhead, resulting in faster query responses and lower server load.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Health Checks &amp;amp; Monitoring: Your Database’s “Personal Doctor”&lt;br&gt;
SmartDB can monitor database status in real time, automatically detect anomalies (such as connection interruptions or slow queries), and generate professional diagnostic reports—transforming DBAs from “firefighters” to “prevention experts.”&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;SQL Execution &amp;amp; Optimization: From “Writing SQL” to “Smart Optimization”&lt;br&gt;
The built-in sql_optimize tool analyzes execution plans and table structures, automatically providing optimization suggestions (e.g., “Create an index on the user_id field”) to boost SQL performance!&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Table Structure &amp;amp; Index Management: Instantly Map Your Database&lt;br&gt;
With the get_table_desc and get_table_index tools, developers can quickly query table structures and index information, supporting multi-table queries and even Chinese/English table name searches—like a CT scanner for your database.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;OAuth Security Authentication: A “Golden Shield” for Data Security&lt;br&gt;
SmartDB integrates OAuth 2.0 authentication, supporting role-based access control (read-only, read-write, admin), ensuring only authorized users can access data and eliminating leakage risks at the source.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Extensible Architecture: As Flexible as LEGO&lt;br&gt;
Modular design makes SmartDB easy to extend—whether adding support for new databases or customizing features, it’s a breeze.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Let me know what you think of it. Thanks!&lt;/p&gt;

</description>
      <category>mcp</category>
      <category>ai</category>
      <category>mcpserver</category>
    </item>
  </channel>
</rss>
