Skip to main content
DatabasesPython

wenb1n-dev/SmartDB_MCP

A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optimization, and more. Compatible with mainstream databases including MySQL, PostgreSQL, SQL Server, MariaDB, Dameng, and Oracle. Supports Streamable HTTP, SSE, and STDIO; integrates OAuth 2.0; and is designed for easy customization and extension by developers.

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/wenb1n-dev/SmartDB_MCP

Claude Desktop configuration example:

{
  "mcpServers": {
    "smartdbmcp": {
      "command": "npx",
      "args": [
        "-y",
        "wenb1n-dev/SmartDB_MCP"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Python
Author
wenb1n-dev