mcp-sqlalchemy-server
If you are the rightful owner of mcp-sqlalchemy-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A lightweight MCP server for ODBC built with FastAPI, pyodbc, and SQLAlchemy, compatible with Virtuoso DBMS and other DBMS backends.
podbc_get_schemas
List database schemas accessible to connected database management system (DBMS).
podbc_get_tables
List tables associated with a selected database schema.
podbc_describe_table
Provide the description of a table associated with a designated database schema.
podbc_filter_table_names
List tables, based on a substring pattern from the `q` input field, associated with a selected database schema.
podbc_query_database
Execute a SQL query and return results in JSONL format.