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.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y smartdb_mcpAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add smartdb_mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use wenb1n-dev/SmartDB_MCP directly without routing
npx -y smartdb_mcpNew to Agent-CoreX? View setup guide →