SQLAlchemy ODBC
JSON →An MCP server for connecting to any ODBC-compliant database via SQLAlchemy, supporting various DBMS backends.
Install
npx @modelcontextprotocol/inspector Tools · 4
- 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
★ 23 GitHub stars