Back to MCP Servers

SmartDB

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 O…

databasespostgresmysqlai

Installation

npx -y SmartDB_MCP

Configuration

{
  "mcpServers": {
    "SmartDB_MCP": {
      "command": "npx",
      "args": ["-y", "SmartDB_MCP"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub