openlink/mcp-server-sqlalchemy
An MCP server for generic Database Management System (DBMS) Connectivity via SQLAlchemy using Python ODBC (pyodbc)
Quick Start
Clone the repository:
git clone https://github.com/OpenLinkSoftware/mcp-sqlalchemy-serverClaude Desktop configuration example:
{
"mcpServers": {
"mcp-sqlalchemy-server": {
"command": "npx",
"args": [
"-y",
"openlink/mcp-server-sqlalchemy"
]
}
}
}Check the repository README for specific installation and configuration instructions.