MCP Directory

wenb1n-dev/SmartDB_MCP

GitHub
Databases

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y smartdb_mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from wenb1n-dev/SmartDB_MCP your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route wenb1n-dev/SmartDB_MCP intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add smartdb_mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use wenb1n-dev/SmartDB_MCP directly without routing

npx -y smartdb_mcp

New to Agent-CoreX? View setup guide →

wenb1n-dev/SmartDB_MCP MCP Server — Agent-CoreX