Skip to main content
DatabasesPython

openlink/mcp-server-sqlalchemy

An MCP server for generic Database Management System (DBMS) Connectivity via SQLAlchemy using Python ODBC (pyodbc)

databaseslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/OpenLinkSoftware/mcp-sqlalchemy-server

Claude 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.

Details

Category
Databases
Language
Python
Author
OpenLinkSoftware