An MCP server for generic Database Management System (DBMS) Connectivity via SQLAlchemy using Python ODBC (pyodbc)
Run the underlying MCP server directly — without Agent-CoreX routing.
uvx mcp-sqlalchemy-serverAgent-CoreX intelligently routes which tools from openlink/mcp-server-sqlalchemy your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"mcp-sqlalchemy-server": {
"command": "uvx",
"args": [
"mcp-sqlalchemy-server"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mcp-sqlalchemy-serverAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use openlink/mcp-server-sqlalchemy directly without routing
uvx mcp-sqlalchemy-serverNew to Agent-CoreX? View setup guide →