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
By wenb1n-dev
Installation
npx -y SmartDB_MCPConfiguration
{
"mcpServers": {
"SmartDB_MCP": {
"command": "npx",
"args": ["-y", "SmartDB_MCP"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes