MCP Servers / database / SQLAlchemy ODBC

SQLAlchemy ODBC

JSON →
httpnone23database

An MCP server for connecting to any ODBC-compliant database via SQLAlchemy, supporting various DBMS backends.

Install
How to run this server
[ { "cmd": "npx @modelcontextprotocol/inspector", "imports": [] } ]
server path: sqlalchemy-odbc
Tools
What this server exposes
query_database
Execute a SQL query against the database and return results
get_schema
Get the schema of the database including tables, columns, and relationships
list_tables
List all tables in the database
describe_table
Get detailed information about a specific table including columns, types, and constraints
Configuration
Environment & auth
authnone
Resources
SQLAlchemy ODBC — MCP Server · libregistry