OpenLinkSoftware_mcp-sqlalchemy-server
The MCP Server ODBC via SQLAlchemy is a lightweight server that facilitates interactions with ODBC-compatible databases, specifically Virtuoso DBMS, using FastAPI, pyodbc, and SQLAlchemy. It offers features like schema fetching, table description, and query execution.
get_schema
List all modes that are accessible to the database management system (DBMS)
get_table
List tables in selected database schema
describe_tabl
Provides descriptions of tables in the specified database schema, including column names, data types, null value processing, self-increment, primary keys and foreign keys.
filter_table_name
List tables in selected database schema based on substring patterns in input fields
query_databas
Format returns result
execute_quer
Format returns result
execute_query_m
Table format returns results
spasql_quer
Query and return the result
sparql_quer
Query and return the result
virtuoso_support_a
Interaction